Merge pull request #175 from michaelfolkson/patch-1

Add path to bcoin command
This commit is contained in:
Christopher Jeffrey (JJ) 2017-05-12 14:04:56 -07:00 committed by GitHub
commit 315a7ceeef

View File

@ -24,7 +24,7 @@ Try it in the browser: http://bcoin.io/browser.html
$ git clone git://github.com/bcoin-org/bcoin.git
$ cd bcoin
$ npm install
$ bcoin
$ bin/bcoin
```
See the [Beginner's Guide][guide] for more in-depth installation instructions.