# Installation\r
\r
* Download the Kiwi source or clone the git repository:\r
+\r
$ git clone git@github.com:prawnsalad/KiwiIRC.git\r
\r
* Install the dependancies:\r
+\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
+* Edit the configuration file as needed:\r
\r
$ nano server/config.json\r
\r
# Running \r
From the source folder:\r
+\r
$ node server/kiwi.js\r
\r
# Bugs\r