From 3ce8d20a89e8cd1e2077f6b2de344bd196d70f6e Mon Sep 17 00:00:00 2001 From: "S. Santos" <128342304+ssantos21@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:15:26 -0300 Subject: [PATCH] Update installation.md --- doc/getting-started/getting-started/installation.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/getting-started/getting-started/installation.md b/doc/getting-started/getting-started/installation.md index 2c8d40fb4..9297f806e 100644 --- a/doc/getting-started/getting-started/installation.md +++ b/doc/getting-started/getting-started/installation.md @@ -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: