added README for browser build

This commit is contained in:
Manuel Araoz 2014-01-31 11:13:34 -05:00
parent 7b1cebddf0
commit 995d07043b
1 changed files with 7 additions and 0 deletions

View File

@ -46,6 +46,13 @@ Bitcore is still under heavy development and not quite ready for "drop-in" produ
#Contributing
Bitcore needs some developer love. Please send pull requests for bug fixes, code optimization, and ideas for improvement.
# install bitcore
cd bitcore/
npm install
# build browser version
npm install -g grunt-cli
grunt browserify
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/bitpay/bitcore/trend.png)](https://bitdeli.com/free "Bitdeli Badge")