adding missing cd-to-path for upgrade instructions

This commit is contained in:
Bretton Vine 2018-04-03 11:19:07 +02:00
parent 6fa93a78c1
commit 93a5a92243

View File

@ -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
```