Skip to content

Commit

Permalink
Fetch submodules when cloning the main repository
Browse files Browse the repository at this point in the history
It is possible to fetch the submodules when cloning the main repository.
  • Loading branch information
TheHippo committed Oct 25, 2013
1 parent 3fd9a82 commit ad99047
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit ad99047

Please sign in to comment.