Update README.md

This commit is contained in:
Mario Colque 2014-02-26 18:54:03 -02:00
parent 68ed982992
commit b0f4deb0d8
1 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,11 @@ bitcoind must be running and must have finished downloading the blockchain **bef
Run the main application:
$ node insight.js
$ npm start
Or just run:
$ INSIGHT_PUBLIC_PATH=public node node_modules/insight-bitcore-api/insight.js
Then open a browser and go to:
@ -111,10 +115,6 @@ To compile and minify the web application's assets:
```$ grunt compile```
To run the tests
```$ grunt test```
Contributions and suggestions are welcomed at [insight github repository](https://github.com/bitpay/insight).