Updated README
authorDarren <darren@darrenwhitlen.com>
Sat, 2 Feb 2013 15:23:04 +0000 (15:23 +0000)
committerDarren <darren@darrenwhitlen.com>
Sat, 2 Feb 2013 15:23:04 +0000 (15:23 +0000)
README.md

index 1ea30bc4604557e9ee254319beba04667e18c3a4..5f1904811ee18cf38d7c2304dbb79852a8963416 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -11,11 +11,9 @@ For more information see http://kiwiirc.com or an example of the application can
 \r
     `$ git clone git@github.com:prawnsalad/KiwiIRC.git && cd KiwiIRC`\r
 \r
-2. Install the dependancies and make sure the client code is built:\r
-    \r
-    `$ npm install`\r
+2. Install the dependancies:\r
 \r
-    `$ node client/assets/dev/build.js`\r
+    `$ npm install`\r
 \r
 3. Copy and edit the configuration file as needed:\r
 \r
@@ -23,6 +21,10 @@ For more information see http://kiwiirc.com or an example of the application can
 \r
     `$ nano config.js`\r
 \r
+4.  Make sure the client code is built:\r
+\r
+    `$ ./kiwi build`\r
+\r
 \r
 ### Running\r
 From the source folder: `$ ./kiwi start`\r