Update README.md
This commit is contained in:
parent
0b7b87841b
commit
785c8a08f1
13
README.md
13
README.md
|
@ -26,10 +26,23 @@ Create a now folder, browse to it, and install the app from npm
|
||||||
npm install cryptalk
|
npm install cryptalk
|
||||||
````
|
````
|
||||||
|
|
||||||
|
Then, from the same folder, issue the following to start the app
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm start 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
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue