Merge pull request #211 from bitpay/kleetus-readme2

Update README.md
This commit is contained in:
Braydon Fuller 2015-09-09 15:04:52 -04:00
commit 9c21c81107
1 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,7 @@ A Bitcoin full node for building applications and services with Node.js. A node
## Install
```bash
npm install -g bitcore-node@0.2.0-beta.5
npm install -g bitcore-node@0.2.0-beta.6
bitcore-node start
```
@ -25,6 +25,12 @@ bitcore-node add https://github.com/yourname/helloworld
This will create a directory with configuration files for your node and install the necessary dependencies. For more information about (and developing) services, please see the [Service Documentation](docs/services.md).
To start bitcore-node as a daemon:
```bash
bitcore-node start --daemon
```
## Documentation
- [Services](docs/services.md)