Client: Added app.panels() to global object
[KiwiIRC.git] / README.md
index b5fb72d2aa2895f2ad08b77487bea6e901972395..7868c356695a02ba7d0c3c1a58c1861e0009cc47 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -1,31 +1,49 @@
-# 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
+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
-    $ git clone git@github.com:prawnsalad/KiwiIRC.git\r
 \r
-* Install the dependancies:\r
+### Installation\r
 \r
-    $ npm install\r
-    \r
-* If you're using SSL, create your certificate and key, place it in the server folder.\r
+*Note: This requires Node.js to run. Make sure you have installed Node.js first! http://nodejs.org/download/*\r
 \r
-* Edit the configuration file as needed:\r
+1. Download the Kiwi source or clone the git repository:\r
 \r
-    $ nano server/config.json\r
-    \r
-# Running \r
-From the source folder:\r
+    `$ git clone git@github.com:prawnsalad/KiwiIRC.git && cd KiwiIRC`\r
 \r
-    $ node server/kiwi.js\r
+2. Install the dependencies:\r
 \r
-# Bugs\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