From 7142a6061fbec45404bf1357dcc4fa9b7b508d78 Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Wed, 9 Sep 2015 14:11:40 -0400 Subject: [PATCH] Update README.md - Update install reference to beta.6 - directions for starting as a daemon --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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)