From ceb66a1915a55d8c232e4b7ca508c448daf2ca2a Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Fri, 14 Aug 2015 13:15:21 -0700 Subject: [PATCH] Fix #247 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a57479..0c4c6ab 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ the issue.) # Setup 1. Install a recent D compiler. DCD is tested with DMD 2.067.1 and DMD 2.068.0. -1. Run ```git submodule update --init``` after cloning this repository to grab the various dependencies. +1. Run ```git submodule update --init --recursive``` after cloning this repository to grab the various dependencies. 1. Run ```make``` to build the client and server. (Or run build.bat on Windows). ```make ldc``` and ```make gdc``` will use the LDC or GDC compilers. The resulting executable will be much faster. 1. Configure your text editor to call the dcd-client program. See the [wiki](https://github.com/Hackerpilot/DCD/wiki/IDEs-and-Editors-with-DCD-support) for information on configuring your specific editor. 1. Start the dcd-server program before editing code. (Unless, of course, your editor's plugin handles this for you)