Merge pull request #171 from btbytes/master

correct installation instruction.
This commit is contained in:
Brian Schott 2015-08-10 19:15:06 -07:00
commit e4297a63c3
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/```.