From a7c52f4d5debdfa7bd38fb36fb5f0b8696a954f1 Mon Sep 17 00:00:00 2001 From: Pradeep Gowda Date: Mon, 10 Aug 2015 21:56:59 -0400 Subject: [PATCH] correct installation instruction. without the `--recursive` option the `experimental_allocator` dependency will not be available. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2cb219..2c5ab7d 100644 --- a/README.md +++ b/README.md @@ -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/```.