Update README.md

This commit is contained in:
Mattias Erming 2014-09-10 01:00:52 +02:00
parent 33cc2a71b3
commit 0f5ecbe2ab
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,5 @@
# Shout [![](https://badge.fury.io/js/shout.png)](https://www.npmjs.org/package/shout) # Shout [![](https://badge.fury.io/js/shout.png)](https://www.npmjs.org/package/shout)
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
__What is it?__ __What is it?__
Shout is a web IRC client that you host on your own server. Shout is a web IRC client that you host on your own server.
@ -15,7 +13,7 @@ __What features does it have?__
__Ok, you caught my attention. I want to try it!__ __Ok, you caught my attention. I want to try it!__
Here's a Shout server running in public mode, which allows for anonymous connections: Here's a Shout server running in public mode, which allows for anonymous connections:
### [Try the Shout client](http://shout-irc.com:9000/) ### [Try the Demo](http://shout-irc.com:9000/)
_Note: If lots of people are trying the demo, you might want to try another network than `irc.freenode.org`. Freenode only allows ~5 connections._ _Note: If lots of people are trying the demo, you might want to try another network than `irc.freenode.org`. Freenode only allows ~5 connections._
@ -25,6 +23,10 @@ _Note: If lots of people are trying the demo, you might want to try another netw
sudo npm install -g shout sudo npm install -g shout
``` ```
Or you could try: _(experimental)_
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
## Usage ## Usage
When the install is complete, go ahead and start the server: When the install is complete, go ahead and start the server: