diff --git a/INSTALL.md b/INSTALL.md index 3689fae69..95f1bc098 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -20,7 +20,7 @@ To Build on Ubuntu 16.04 Get dependencies: ``` -sudo apt-get install -y autoconf libtool libprotobuf-c-dev libsqlite3-dev libgmp-dev libsqlite3-dev +sudo apt-get install -y autoconf libtool libprotobuf-c-dev libgmp-dev libsqlite3-dev ``` For development or running tests, get additional dependencies: diff --git a/README.md b/README.md index 3117851ed..0b340b39b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Steps: 1. [Install and compile](INSTALL.md) the requirements. 2. Make sure bitcoind is running in testnet mode, and has the latest blocks. -3. Get some test bitcoins, such as from [TPs' testnet faucet](http://tpfaucet.appspot.com/). +3. Get some test bitcoins, such as from [TPs' testnet faucet](http://tpfaucet.appspot.com/) or [Kiwi's testnet faucet](https://testnet.manu.backend.hamburg/faucet). 3. If you want others to connect to your lightningd, create $HOME/.lightning/config and put `port=8334` in it (or any other port). 4. Run `daemon/lightningd`. 6. Run `daemon/lightning-cli getinfo` to check it's working.