Skip to content

Commit

Permalink
Merge pull request #309 from lightninglabs/remove-old-lnd-versions
Browse files Browse the repository at this point in the history
README: remove guidance for older versions of LND
  • Loading branch information
alexbosworth authored Oct 27, 2020
2 parents c89f57d + 062be68 commit 87d7899
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,7 @@ with the correct sub-servers enabled.**

To run loop, you need a compatible version of `lnd` running. It is generally
recommended to always keep both `lnd` and `loop` updated to the most recent
released version. If you need to run an older version of `lnd`, please consult
the following table for supported versions.

Loop Version | Compatible LND Version(s)
------------------------------|------------------
`>= v0.6.3-beta` | >= `v0.10.1-beta`
`v0.6.0-beta` - `v0.6.2-beta` | >= `v0.10.0-beta`
`<= 0.5.1-beta` | >= `v0.7.1-beta`
released version.

If you are building from source make sure you are using the latest tagged
version of lnd. You can get this by git cloning the repository and checking out
Expand All @@ -80,7 +73,7 @@ a specific tag:
```
git clone https://github.com/lightningnetwork/lnd.git
cd lnd
git checkout v0.10.0-beta
git checkout v0.x.x-beta
```

Once the lnd repository is cloned, it will need to be built with special build
Expand Down

0 comments on commit 87d7899

Please sign in to comment.