From 9ac7de325ae8db9ce62bb18c70a25d5befdb4196 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Mon, 3 Aug 2015 14:28:51 -0400 Subject: [PATCH] Fix spelling of build --- README.md | 4 ++-- platform/ubuntu/.gitignore | 0 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 platform/ubuntu/.gitignore diff --git a/README.md b/README.md index c6551d25..bbb0a1ed 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ git clone https://github.com/bitpay/bitcore-node.git cd bitcore-node ``` -And finally run the build which will take several minutes. A script in the "bin" directory will download Bitcoin Core v0.11, apply a shared library patch (see more info below), and compile the shared library and Node.js bindings, and then copy built artifacts and header files into `platform/ubuntu`. You can start this by running: +And finally run the build which will take several minutes. A script in the "bin" directory will download Bitcoin Core v0.11, apply a shared library patch (see more info below), and compile the shared library and Node.js bindings, and then copy build artifacts and header files into `platform/ubuntu`. You can start this by running: ```bash npm install @@ -86,7 +86,7 @@ git clone https://github.com/bitpay/bitcore-node.git cd bitcore-node ``` -And finally run the build which will take several minutes. A script in the "bin" directory will download Bitcoin Core v0.11, apply a shared library patch (see more info below), and compile the shared library and Node.js bindings, and then copy built artifacts and header files into `platform/osx`. You can start this by running: +And finally run the build which will take several minutes. A script in the "bin" directory will download Bitcoin Core v0.11, apply a shared library patch (see more info below), and compile the shared library and Node.js bindings, and then copy build artifacts and header files into `platform/osx`. You can start this by running: ```bash npm install diff --git a/platform/ubuntu/.gitignore b/platform/ubuntu/.gitignore deleted file mode 100644 index e69de29b..00000000