Update README.md
This commit is contained in:
parent
da5e78597d
commit
47c668bb74
22
README.md
22
README.md
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue