From cc494bd47f6eb6db25cf7f75c7d168addb74d634 Mon Sep 17 00:00:00 2001 From: Jasper Date: Tue, 15 May 2018 00:56:36 +0200 Subject: [PATCH] docs/INSTALL: update non-make installation to include lncli The make file contains installing lncli, which has to be installed manually when not using make. --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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**