mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
Add instructions for checking out a release tag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user