Skip to content

Commit 4d77999

Browse files
authored
Update documentation for 0.6.0 release
Add a note that you can use 0.6.0 to use Loop
1 parent e8005d0 commit 4d77999

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,14 @@ problems. Community support is also available in the
4848
LND and the loop client are using Go modules. Make sure that the `GO111MODULE`
4949
env variable is set to `on`.
5050

51-
In order to execute a swap, **LND will need to be rebuilt on master with sub
52-
servers enabled.**
51+
In order to execute a swap, **You need to run lnd 0.6.0+, or master built with
52+
sub-servers enabled.**
5353

5454
### LND
5555

56-
Make sure that you are using the `master` branch of lnd. You can get this by
57-
git cloning the repository
56+
If you are building from source, and not using a 0.6.0 or higher release of
57+
lnd, make sure that you are using the `master` branch of lnd. You can get this
58+
by git cloning the repository
5859

5960
```
6061
git clone https://github.com/lightningnetwork/lnd.git
@@ -69,7 +70,7 @@ make install tags="signrpc walletrpc chainrpc invoicesrpc"
6970
```
7071

7172
Check to see if you have already installed lnd. If you have, you will need to
72-
delete the `.macaroon` files from your lnd directory.
73+
delete the `.macaroon` files from your lnd directory and restart lnd.
7374

7475
**Do not delete any other files other than the `.macaroon` files**
7576

0 commit comments

Comments
 (0)