Merge branch 'master' of github.com:prawnsalad/KiwiIRC
[KiwiIRC.git] / README.md
index 4adeb37dbe7b0a66792dc9929e5e55ab8781df08..5f1904811ee18cf38d7c2304dbb79852a8963416 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -9,24 +9,30 @@ For more information see http://kiwiirc.com or an example of the application can
 \r
 1. Download the Kiwi source or clone the git repository:\r
 \r
-    `$ git clone git@github.com:prawnsalad/KiwiIRC.git`\r
+    `$ git clone git@github.com:prawnsalad/KiwiIRC.git && cd KiwiIRC`\r
+\r
+2. Install the dependancies:\r
 \r
-2. Install the dependancies and make sure the client code is built:\r
-    \r
     `$ npm install`\r
 \r
-    `$ node client/assets/dev/build.js`\r
+3. Copy and edit the configuration file as needed:\r
 \r
-3. Edit the configuration file as needed:\r
+    `$ cp config.example.js config.js`\r
 \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
 \r
 You can also run kiwi in the foreground to see any output by using the `-f` flag. Eg: `$ ./kiwi -f`\r
 \r
+Open your new Kiwi instance in your browser. By default: http://localhost:7778/\r
+\r
 \r
 ### Bugs\r
 Report bugs using the issue tracker on github: https://github.com/prawnsalad/KiwiIRC/issues\r