From a4cffe3baedca1649397b8f593c56f2b1e470910 Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Mon, 21 Aug 2017 16:21:55 -0400 Subject: [PATCH] Removed global install directions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e1b93d1..3655a867 100644 --- a/README.md +++ b/README.md @@ -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 ```