From 062be6835246b1270e57efb56c5f839ba6a041ce Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Mon, 26 Oct 2020 15:38:19 -0700 Subject: [PATCH] README: remove guidance for older versions of LND Older versions of LND should not be used --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 05e7eca..51e143a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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