Update README.md

This commit is contained in:
Mattias Erming 2014-04-20 14:53:55 +02:00
parent da5e78597d
commit 47c668bb74

View file

@ -1,5 +1,3 @@
__Work in progress.__
## Chat
Run your IRC client on a server and access it from the web browser. This gives you a persistent connection and allows you to chat from multiple devices at the same time.
@ -22,3 +20,23 @@ These are the commands currently implemented:
- `/topic`
- `/voice`
- `/whois`
## Install
1. Install Node.js and NPM
`sudo apt-get -y install nodejs npm`
2. Clone the project from GitHub
`git clone --recursive http://github.com/erming/chat`
3. Open folder
`cd chat/`
4. Install Node packages
`npm install`
5. Run the server
`npm start` or `nodejs index.js`
6. Open your browser
`http://localhost:9000`