Merge pull request #2024 from bob-333/patch-1

Improve 'updating' instructions
This commit is contained in:
Johan T. Halseth 2018-10-22 18:15:42 -07:00 committed by GitHub
commit b9f3c85288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -93,7 +93,7 @@ commands:
```
cd $GOPATH/src/github.com/lightningnetwork/lnd
git pull
make && make install
make clean && make && make install
```
On FreeBSD, use gmake instead of make.