Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Readme fiddling
  • Loading branch information
Kristian Kristensen committed Dec 10, 2011
1 parent e20198c commit 7db4dac
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions README.md
Expand Up @@ -8,6 +8,8 @@ It borrows the UI from Chatify and basically switches out the backend.

Running it
------------
Have Erlang and OTP in your path. I suggest using Kerl (www.github.com/spawngrid/kerl).

* Fork the repo
* Make
* Run ./start-dev.sh
Expand All @@ -17,19 +19,19 @@ Point your browser to http://localhost:8001 and chat away.
The above expects a copy of the Chicago Boss tree to be in an adjacent
directory, ie.

ChicagoBoss
├── contrib
├── doc-src
├── ebin
├── include
├── skel
└── src
erlchat
├── ebin
├── include
├── log
├── priv
└── src
ChicagoBoss
├── contrib
├── doc-src
├── ebin
├── include
├── skel
└── src
erlchat
├── ebin
├── include
├── log
├── priv
└── src


Credits
Expand Down

0 comments on commit 7db4dac

Please sign in to comment.