From 6b6b967fdbdc3824186b9b614498cf6db0a2a73e Mon Sep 17 00:00:00 2001 From: Darren Date: Wed, 7 Nov 2012 12:10:57 +0000 Subject: [PATCH] Missing step in README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.25.1