Removed global install directions.

This commit is contained in:
Chris Kleeschulte 2017-08-21 16:21:55 -04:00
parent d336918dc7
commit a4cffe3bae
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F

View File

@ -10,7 +10,7 @@ There is no upgrade path from previous versions of Bitcore Node due to the remov
## Install
```bash
npm install -g bitcore-node@beta
npm install
./bin/bitcore-node start
```