소스 검색

Merge pull request #2274 from TheHippo/patch-1

Fetch submodules when cloning the main repository
Nicolas Cannasse 12 년 전
부모
커밋
6b3d4414ff
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      README.md

+ 1 - 3
README.md

@@ -44,10 +44,8 @@ The latest stable release is [Haxe v3.0](http://haxe.org/download). Pre-built bi
 
  1. Clone the repository using git. Be sure to initialize and fetch the submodules.
 
-        git clone git://github.com/HaxeFoundation/haxe.git
+        git clone --recursive git://github.com/HaxeFoundation/haxe.git
         cd haxe
-        git submodule init
-        git submodule update
 
  2. Follow the [documentation on building Haxe for your platform](http://haxe.org/doc/build).