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

View File

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