Missing step in README.md
[KiwiIRC.git] / README.md
index 9aa19170a516281077940ccd8e5f8e3451e6766a..ece5a39d08fc812f29b4ccdfadede25bcb57068c 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -1,28 +1,42 @@
-# Installation\r
+### Kiwi IRC - A hand-crafted IRC client\r
+Kiwi IRC is a fully featured IRC client that can be extended to suit almost any needs.\r
+Using the web application is extremly simple even without any IRC knowledge as all the common needs are built directly into the UI.\r
 \r
-* Download the Kiwi source or clone the git repository:\r
-    $ git clone git@github.com:prawnsalad/KiwiIRC.git\r
+For more information see http://kiwiirc.com or an example of the application can be found at http://kiwiirc.com/client/\r
 \r
-* Install the dependancies:\r
-    $ npm install\r
-    \r
-* If you're using SSL, create your certificate and key, place it in the server folder.\r
 \r
-* Edit the configuration file as needed\r
+### Installation\r
+\r
+1. Download the Kiwi source or clone the git repository:\r
+\r
+    `$ git clone git@github.com:prawnsalad/KiwiIRC.git && cd KiwiIRC`\r
 \r
-    $ nano server/config.json\r
+2. Install the dependancies and make sure the client code is built:\r
     \r
-# Running \r
-From the source folder:\r
-    $ node server/kiwi.js\r
+    `$ npm install`\r
+\r
+    `$ node client/assets/dev/build.js`\r
+\r
+3. Edit the configuration file as needed:\r
+\r
+    `$ nano config.js`\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
+### Bugs\r
 Report bugs using the issue tracker on github: https://github.com/prawnsalad/KiwiIRC/issues\r
 \r
-# Licence\r
+### Licence\r
 GNU Affero\r
 http://www.gnu.org/licenses/agpl.html\r
 \r
 \r
-# Thanks to\r
+### Thanks to\r
 The KiwiIRC logo credited to Michael Drahony (www.drahony.com)\r