From d906a5cb5da7b9a90f3581f0c586ae8fd1bb02cb Mon Sep 17 00:00:00 2001 From: Darren Date: Sat, 2 Feb 2013 15:23:04 +0000 Subject: [PATCH] Updated README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ea30bc..5f19048 100755 --- a/README.md +++ b/README.md @@ -11,11 +11,9 @@ For more information see http://kiwiirc.com or an example of the application can `$ git clone git@github.com:prawnsalad/KiwiIRC.git && cd KiwiIRC` -2. Install the dependancies and make sure the client code is built: - - `$ npm install` +2. Install the dependancies: - `$ node client/assets/dev/build.js` + `$ npm install` 3. Copy and edit the configuration file as needed: @@ -23,6 +21,10 @@ For more information see http://kiwiirc.com or an example of the application can `$ nano config.js` +4. Make sure the client code is built: + + `$ ./kiwi build` + ### Running From the source folder: `$ ./kiwi start` -- 2.25.1