diff --git a/README.md b/README.md index 3b56ca2c..5f8f6225 100644 --- a/README.md +++ b/README.md @@ -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)