Installation guide for Ubuntu added to README file.

This commit is contained in:
Manuel Araoz 2014-01-05 21:01:06 -03:00
parent 02ddbbd146
commit c7a06e2ee1
2 changed files with 26 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
build/
node_modules/
*.swp
*~

View File

@ -1,4 +1,28 @@
libcoin
bitcore
=======
Nodejs Bitcoin Library
INSTALLATION
============
For Ubuntu:
# install git
sudo apt-get install git
# download the code
git clone https://github.com/bitpay/bitcore.git
# obtain latest version of node.js
sudo apt-get update
sudo apt-get install -y python-software-properties python g++ make
sudo add-apt-repository -y ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
# install bitcore
cd bitcore/
npm install