From 54969b2f58dc2e87ea88557e9d30d34db2dcc507 Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Tue, 7 Jan 2014 10:18:45 -0300 Subject: [PATCH] added previous step for run sync blocks in documentation. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1486373..d63e259 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,15 @@ $ npm install -g bower ## API + +## Prerequisites + Get bitcore from github repository: + $ git clone https://github.com/bitpay/bitcore.git + $ cd bitcore + $ npm install + + Run sync from mystery repository: + $ utils/sync.js ### Blocks ```