mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
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:
committed by
Olaoluwa Osuntokun
parent
28b12116e4
commit
cc494bd47f
@@ -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**
|
||||
|
Reference in New Issue
Block a user