Merge pull request #1014 from bretton/master

Correcting install docs to add path for upgrade instructions section
This commit is contained in:
Johan T. Halseth 2018-04-05 10:15:34 +02:00 committed by GitHub
commit d6b9907cf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,6 +66,7 @@ make && make install
To update your version of `lnd` to the latest version run the following
commands:
```
cd $GOPATH/src/github.com/lightningnetwork/lnd
git pull
make && make install
```