Revert "collapse zero activity"
[KiwiIRC.git] / README.md
index 9026079088d89272e4d03c22e3396c2142ade190..7868c356695a02ba7d0c3c1a58c1861e0009cc47 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -1,31 +1,49 @@
-# Installation\r
-* Get the Kiwi source and dependencies\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
-    $git clone https://github.com/prawnsalad/KiwiIRC.git\r
-    $npm install\r
-    \r
-* Create your SSL certificate and key, place it in the server folder.\r
+For more information see https://kiwiirc.com or an example of the application can be found at https://kiwiirc.com/client/.\r
+Our development IRC channel is on the Freenode network, irc.freenode.net #kiwiirc\r
 \r
-* Edit the configuration file\r
 \r
-    $nano server/config.json\r
-    \r
-# Running \r
-Either use npm\r
+### Installation\r
 \r
-    $npm start\r
+*Note: This requires Node.js to run. Make sure you have installed Node.js first! http://nodejs.org/download/*\r
 \r
-or run node directly\r
+1. Download the Kiwi source or clone the git repository:\r
 \r
-    $node server/kiwi.js\r
+    `$ git clone git@github.com:prawnsalad/KiwiIRC.git && cd KiwiIRC`\r
 \r
-# Bugs\r
+2. Install the dependencies:\r
+\r
+    `$ npm install`\r
+\r
+3. Copy and edit the configuration file as needed:\r
+\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
 \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