Removing debugging, adding some comments
[KiwiIRC.git] / README.md
index 6be5b32ee21a1c7b8e936dbee799fc58edbf40eb..b5fb72d2aa2895f2ad08b77487bea6e901972395 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -1,29 +1,31 @@
 # Installation\r
 \r
-* Install the dependencies\r
+* Download the Kiwi source or clone the git repository:\r
 \r
-    $npm install jade\r
+    $ git clone git@github.com:prawnsalad/KiwiIRC.git\r
 \r
-    $npm install node-static\r
+* Install the dependancies:\r
 \r
-    $npm install uglify-js\r
-\r
-    $npm install socket.io\r
-\r
-    $npm install socket.io-client\r
+    $ npm install\r
     \r
-* Edit the configuration file\r
+* If you're using SSL, create your certificate and key, place it in the server folder.\r
 \r
-    $nano node/config.json\r
-    \r
-* If you're using SSL, create your certificate and key, place it in the node foder.\r
+* Edit the configuration file as needed:\r
 \r
+    $ nano server/config.json\r
+    \r
 # Running \r
-    $node node/kiwi.js\r
+From the source folder:\r
+\r
+    $ node server/kiwi.js\r
 \r
 # Bugs\r
 Report bugs using the issue tracker on github: https://github.com/prawnsalad/KiwiIRC/issues\r
 \r
 # Licence\r
+GNU Affero\r
+http://www.gnu.org/licenses/agpl.html\r
+\r
 \r
-To be decided
\ No newline at end of file
+# Thanks to\r
+The KiwiIRC logo credited to Michael Drahony (www.drahony.com)\r