From: Darren Date: Wed, 7 Nov 2012 12:10:57 +0000 (+0000) Subject: Missing step in README.md X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6b6b967fdbdc3824186b9b614498cf6db0a2a73e;p=KiwiIRC.git Missing step in README.md --- diff --git a/README.md b/README.md index 4adeb37..ece5a39 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ For more information see http://kiwiirc.com or an example of the application can 1. Download the Kiwi source or clone the git repository: - `$ git clone git@github.com:prawnsalad/KiwiIRC.git` + `$ git clone git@github.com:prawnsalad/KiwiIRC.git && cd KiwiIRC` 2. Install the dependancies and make sure the client code is built: @@ -27,6 +27,8 @@ From the source folder: `$ ./kiwi start` You can also run kiwi in the foreground to see any output by using the `-f` flag. Eg: `$ ./kiwi -f` +Open your new Kiwi instance in your browser. By default: http://localhost:7778/ + ### Bugs Report bugs using the issue tracker on github: https://github.com/prawnsalad/KiwiIRC/issues