Update README.md

This commit is contained in:
Robin Nilsson 2014-09-25 16:29:04 +02:00
parent 99a37e0547
commit 1216332270
1 changed files with 4 additions and 11 deletions

View File

@ -21,28 +21,21 @@ Regular setup
Install node.js, exact procedure is dependant on platform and distribution. Install node.js, exact procedure is dependant on platform and distribution.
Create a now folder, browse to it, and install the app from npm Install the app from npm
```bash ```bash
npm install cryptalk npm install cryptalk -g
```` ````
Then, from the same folder, issue the following to start the app Then issue the following to start the app
```bash ```bash
npm start cryptalk cryptalk
``` ```
Browse to ```http://localhost:8080``` Browse to ```http://localhost:8080```
Done! Done!
If you want to install it globally, you'll have to append ```-g``` to both the install line, and the start line.
```bash
npm install cryptalk -g
npm start cryptalk -g
```
Developer setup Developer setup
======== ========