From d58414b06257489afb39ca5786fed20e90e3861d Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Mon, 19 Jun 2023 21:56:19 +0200 Subject: [PATCH] docs: remove the ppa reference from the docs Signed-off-by: Vincenzo Palazzo --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 79b1deb62..a8e8aa2bd 100644 --- a/README.md +++ b/README.md @@ -39,21 +39,10 @@ Pruning (`prune=n` option in `bitcoin.conf`) is partially supported, see [here]( There are 4 supported installation options: - - Installation from the [Ubuntu PPA][ppa]. - Installation of a pre-compiled binary from the [release page][releases] on GitHub. - Using one of the [provided docker images][dockerhub] on the Docker Hub. - Compiling the source code yourself as described in the [installation documentation](doc/INSTALL.md). -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:lightningnetwork/ppa -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` #### Regtest (local, fast-start) Option @@ -237,7 +226,6 @@ You should also configure with `--enable-developer` to get additional checks and [discord]: https://discord.gg/mE9s4rc5un [telegram]: https://t.me/lightningd [docs]: https://lightning.readthedocs.org -[ppa]: https://launchpad.net/~lightningnetwork/+archive/ubuntu/ppa [releases]: https://github.com/ElementsProject/lightning/releases [dockerhub]: https://hub.docker.com/r/elementsproject/lightningd/ [jsonrpcspec]: https://www.jsonrpc.org/specification