diff --git a/README.md b/README.md index b73313548..472fb67fa 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Insight requires [Node.js](https://nodejs.org) 8.2 and [MongoDB](https://www.mon To get started, clone this repository, then – with `mongod` running – install and run insight: ```bash -git clone -b next https://github.com/bitpay/insight.git && cd insight/server +git clone -b next https://github.com/bitpay/insight.git && cd insight/bitcore-node npm install npm start ```