Browse Source

Merge pull request #145 from inbitcoin/master

INSTALL.md: Add 'install' to apt command examples.
ppa-0.6.1
Christian Decker 8 years ago
committed by GitHub
parent
commit
218a59d64b
  1. 2
      INSTALL.md

2
INSTALL.md

@ -25,7 +25,7 @@ sudo apt-get install autoconf libtool libprotobuf-c-dev libsqlite3-dev libgmp-de
For development or running tests, get additional dependencies:
```
sudo apt-get asciidoc valgrind pip3 && pip3 install python-bitcoinlib
sudo apt-get install asciidoc valgrind pip3 && pip3 install python-bitcoinlib
```
Clone lightning:

Loading…
Cancel
Save