From: Darren Date: Mon, 26 Dec 2011 19:11:38 +0000 (+0000) Subject: Readme formatting X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b3883e2282e14dc8e67924a21cf7e582579f603d;p=KiwiIRC.git Readme formatting --- diff --git a/README.md b/README.md index 9aa1917..b5fb72d 100755 --- a/README.md +++ b/README.md @@ -1,19 +1,22 @@ # Installation * Download the Kiwi source or clone the git repository: + $ git clone git@github.com:prawnsalad/KiwiIRC.git * Install the dependancies: + $ npm install * If you're using SSL, create your certificate and key, place it in the server folder. -* Edit the configuration file as needed +* Edit the configuration file as needed: $ nano server/config.json # Running From the source folder: + $ node server/kiwi.js # Bugs