update readme.

This commit is contained in:
Christopher Jeffrey 2014-12-09 14:17:39 -08:00
parent c430c2cece
commit 98a99c404f

View File

@ -30,9 +30,12 @@ making all useful bitcoind functions asynchronous.
``` bash
$ cd ~/node_modules/bitcoind.js
$ ./build-libbitcoind.sh remote
$ ./bin/build-libbitcoind remote
```
NOTE: This script will run automatically on an `npm install`, along with the
compilation below.
`remote` will clone the latest bitcoin upstream, apply a patch to it, compile
libbitcoind.so, and place it in the appropriate directory. The first argument
can also be a bitcoin repo directory you already have on your disk, otherwise