correct installation instruction.

without the `--recursive` option the `experimental_allocator` dependency will not be available.
This commit is contained in:
Pradeep Gowda 2015-08-10 21:56:59 -04:00
parent 76bc89bbf5
commit a7c52f4d5d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ when using the **--inplace** option.
## Building
### Using Make
* Clone the repository
* Run ```git submodule update --init``` in the dfmt directory
* Run ```git submodule update --init --recursive``` in the dfmt directory
* To compile with DMD, run ```make``` in the dfmt directory. To compile with
LDC, run ```make ldc``` instead. The generated binary will be placed in ```dfmt/bin/```.