Add path to bcoin command

After npm installing, running the command bcoin didn't work. It should be bin/bcoin instead
Michaels-MacBook-Pro:bcoin michaelfolkson$ pwd
/Users/michaelfolkson/bcoin
Michaels-MacBook-Pro:bcoin michaelfolkson$ bcoin
-bash: bcoin: command not found
This commit is contained in:
Michael Folkson 2017-03-25 10:22:19 -07:00 committed by GitHub
parent fd1ff3359c
commit 769b0c56e9

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.