[DOC] update README install instructions

This commit is contained in:
Geert Weening
2014-09-10 18:51:59 -07:00
parent 5a9a4be163
commit 7cba84b8cf

View File

@@ -38,7 +38,16 @@ JavaScript client for [rippled](https://github.com/ripple/rippled)
$ npm install ripple-lib
```
**Building ripple-lib for browser use**
**Via bower (for browser use)**
```
$ bower install ripple
```
See the [bower-ripple repo](https://github.com/ripple/bower-ripple) for additional bower instructions
**Building ripple-lib from github**
```
$ git clone https://github.com/ripple/ripple-lib
@@ -46,7 +55,7 @@ JavaScript client for [rippled](https://github.com/ripple/rippled)
$ npm run build
```
Then use the minified `build/ripple-*-min.js` in your webpage
Then use the minified `build/ripple-*-min.js`
##Quickstart