Browse Source

Fetch submodules when cloning the main repository

It is possible to fetch the submodules when cloning the main repository.
Philipp Klose 11 years ago
parent
commit
ad990476ee
1 changed files with 1 additions and 3 deletions
  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).