diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 9502b2b2..79fed3b0 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -68,7 +68,7 @@ Alternatively, if one doesn't wish to use `make`, then the `go` commands can be used directly: ``` dep ensure -v -go install -v +go install -v ./... ``` **Updating** @@ -87,7 +87,7 @@ used directly: cd $GOPATH/src/github.com/lightningnetwork/lnd git pull dep ensure -v -go install -v +go install -v ./... ``` **Tests**