From 98a99c404f5c653971f6b8835ae7218dd6f2f8f3 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 9 Dec 2014 14:17:39 -0800 Subject: [PATCH] update readme. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be450fd2..2012d017 100644 --- a/README.md +++ b/README.md @@ -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