mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
docs: remove the ppa reference from the docs
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
b3f72f9eed
commit
d58414b062
12
README.md
12
README.md
@@ -39,21 +39,10 @@ Pruning (`prune=n` option in `bitcoin.conf`) is partially supported, see [here](
|
|||||||
|
|
||||||
There are 4 supported installation options:
|
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.
|
- 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.
|
- 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).
|
- 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`
|
### Starting `lightningd`
|
||||||
|
|
||||||
#### Regtest (local, fast-start) Option
|
#### 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
|
[discord]: https://discord.gg/mE9s4rc5un
|
||||||
[telegram]: https://t.me/lightningd
|
[telegram]: https://t.me/lightningd
|
||||||
[docs]: https://lightning.readthedocs.org
|
[docs]: https://lightning.readthedocs.org
|
||||||
[ppa]: https://launchpad.net/~lightningnetwork/+archive/ubuntu/ppa
|
|
||||||
[releases]: https://github.com/ElementsProject/lightning/releases
|
[releases]: https://github.com/ElementsProject/lightning/releases
|
||||||
[dockerhub]: https://hub.docker.com/r/elementsproject/lightningd/
|
[dockerhub]: https://hub.docker.com/r/elementsproject/lightningd/
|
||||||
[jsonrpcspec]: https://www.jsonrpc.org/specification
|
[jsonrpcspec]: https://www.jsonrpc.org/specification
|
||||||
|
|||||||
Reference in New Issue
Block a user