From 995d07043ba6109f9165b0602845a66fce80ec5c Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Fri, 31 Jan 2014 11:13:34 -0500 Subject: [PATCH] added README for browser build --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bdd3b9c..3afb4a4 100644 --- a/README.md +++ b/README.md @@ -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")