correct installation instruction.
without the `--recursive` option the `experimental_allocator` dependency will not be available.
This commit is contained in:
parent
76bc89bbf5
commit
a7c52f4d5d
|
@ -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/```.
|
||||
|
||||
|
|
Loading…
Reference in New Issue