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.
This commit is contained in:
Jasper 2018-05-15 00:56:36 +02:00 committed by Olaoluwa Osuntokun
parent 28b12116e4
commit cc494bd47f

View File

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