Add instructions for checking out a release tag

This commit is contained in:
grubles
2022-07-16 10:13:17 -04:00
committed by Rusty Russell
parent 58ae885f48
commit af2b863b4a

View File

@@ -56,6 +56,10 @@ Clone lightning:
git clone https://github.com/ElementsProject/lightning.git
cd lightning
Checkout a release tag:
git checkout v0.11.2
For development or running tests, get additional dependencies:
sudo apt-get install -y valgrind libpq-dev shellcheck cppcheck \
@@ -114,6 +118,11 @@ $ git clone https://github.com/ElementsProject/lightning.git
$ cd lightning
```
Checkout a release tag:
```
$ git checkout v0.11.2
```
Build and install lightning:
```
$lightning> ./configure
@@ -260,6 +269,10 @@ Clone lightning:
$ git clone https://github.com/ElementsProject/lightning.git
$ cd lightning
Checkout a release tag:
$ git checkout v0.11.2
Build lightning:
$ poetry install