From 06c0889f59cb987b00547eeb3a503b5733dcec06 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 15 Aug 2013 08:08:58 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c7e83e..f80c615 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ back to the client. * That one feature that you *REALLY* needed #Setup -1. Run ```git submodule update --init``` after cloning this repository to grab the MessagePack library. -1. The build script assumes that the DScanner project is cloned into a sibling folder. (i.e. "../dscanner" should exist) +1. Run ```git submodule update --init``` after cloning this repository to grab the MessagePack library and the parser from DScanner. +1. run the ```build.sh``` script to build the client and server. 1. Configure your text editor to call the dcd-client program. See the *editors* folder for directions on configuring your specific editor. 1. Start the dcd-server program before editing code.