From 93a5a92243fdc0cdbabb0e849dd92804a7d00752 Mon Sep 17 00:00:00 2001 From: Bretton Vine Date: Tue, 3 Apr 2018 11:19:07 +0200 Subject: [PATCH] adding missing cd-to-path for upgrade instructions --- docs/INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 35120d7c..3aae2a17 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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 ```