X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=README.md;h=7868c356695a02ba7d0c3c1a58c1861e0009cc47;hb=a9bc007fbde5d284ebfac235a9d5a4c7bca63dfe;hp=5f1904811ee18cf38d7c2304dbb79852a8963416;hpb=e3925e0faa5fac6af89d97689040a1565a93a71c;p=KiwiIRC.git diff --git a/README.md b/README.md index 5f19048..7868c35 100755 --- a/README.md +++ b/README.md @@ -2,16 +2,19 @@ Kiwi IRC is a fully featured IRC client that can be extended to suit almost any needs. Using the web application is extremly simple even without any IRC knowledge as all the common needs are built directly into the UI. -For more information see http://kiwiirc.com or an example of the application can be found at http://kiwiirc.com/client/ +For more information see https://kiwiirc.com or an example of the application can be found at https://kiwiirc.com/client/. +Our development IRC channel is on the Freenode network, irc.freenode.net #kiwiirc ### Installation +*Note: This requires Node.js to run. Make sure you have installed Node.js first! http://nodejs.org/download/* + 1. Download the Kiwi source or clone the git repository: `$ git clone git@github.com:prawnsalad/KiwiIRC.git && cd KiwiIRC` -2. Install the dependancies: +2. Install the dependencies: `$ npm install`