Update installation.md
This commit is contained in:
committed by
Christian Decker
parent
60e1532dd8
commit
3ce8d20a89
@@ -41,10 +41,10 @@ To install the Docker image for the latest stable release:
|
||||
docker pull elementsproject/lightningd:latest
|
||||
```
|
||||
|
||||
To install for a specific version, for example, 22.11.1:
|
||||
To install for a specific version, for example, 23.11.2:
|
||||
|
||||
```shell
|
||||
docker pull elementsproject/lightningd:v22.11.1
|
||||
docker pull elementsproject/lightningd:v23.11.2
|
||||
```
|
||||
|
||||
See all of the docker images for Core Lightning on [Docker Hub](https://hub.docker.com/r/elementsproject/lightningd/tags).
|
||||
@@ -108,7 +108,7 @@ cd lightning
|
||||
Checkout a release tag:
|
||||
|
||||
```shell
|
||||
git checkout v22.11.1
|
||||
git checkout v23.11.2
|
||||
```
|
||||
|
||||
For development or running tests, get additional dependencies:
|
||||
@@ -134,6 +134,7 @@ To build cln to just install a tagged or master version you can use the followin
|
||||
pip3 install --upgrade pip
|
||||
pip3 install mako
|
||||
pip3 install -r plugins/clnrest/requirements.txt
|
||||
pip3 install grpcio-tools
|
||||
./configure
|
||||
make
|
||||
sudo make install
|
||||
@@ -209,7 +210,7 @@ cd lightning
|
||||
Checkout a release tag:
|
||||
|
||||
```shell
|
||||
git checkout v22.11.1
|
||||
git checkout v23.11.2
|
||||
```
|
||||
|
||||
Build and install lightning:
|
||||
@@ -383,7 +384,7 @@ cd lightning
|
||||
Checkout a release tag:
|
||||
|
||||
```shell
|
||||
git checkout v22.11.1
|
||||
git checkout v23.11.2
|
||||
```
|
||||
|
||||
Build lightning:
|
||||
|
||||
Reference in New Issue
Block a user