diff --git a/README.md b/README.md index 42d38f755..9818ef691 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,10 @@ For the impatient here's the gist of it for Ubuntu: ```bash sudo apt-get install -y software-properties-common -sudo add-apt-repository -u ppa:bitcoin/bitcoin sudo add-apt-repository -u ppa:lightningnetwork/ppa -sudo apt-get install bitcoind lightningd +sudo apt-get install lightningd snapd +sudo snap install bitcoin-core +sudo ln -s /snap/bitcoin-core/current/bin/bitcoin{d,-cli} /usr/local/bin/ ``` ### Starting `lightningd`