Skip to content

Commit 34d96cb

Browse files
authored
Merge pull request #44 from lightninglabs/alexbosworth-patch-6
Update documentation for 0.6.0 release
2 parents 6684727 + 4d77999 commit 34d96cb

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
@@ -51,13 +51,14 @@ problems. Community support is also available in the
5151
LND and the loop client are using Go modules. Make sure that the `GO111MODULE`
5252
env variable is set to `on`.
5353

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

5757
### LND
5858

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

6263
```
6364
git clone https://github.com/lightningnetwork/lnd.git
@@ -72,7 +73,7 @@ make install tags="signrpc walletrpc chainrpc invoicesrpc"
7273
```
7374

7475
Check to see if you have already installed lnd. If you have, you will need to
75-
delete the `.macaroon` files from your lnd directory.
76+
delete the `.macaroon` files from your lnd directory and restart lnd.
7677

7778
**Do not delete any other files other than the `.macaroon` files**
7879

0 commit comments

Comments
 (0)