Browse Source
add missing step to installation instructions
make_cert_optional
Otto Suess
7 years ago
No known key found for this signature in database
GPG Key ID: 354749C62B4BAC41
1 changed files with
1 additions and
0 deletions
-
README.md
|
@ -6,6 +6,7 @@ Generate QRCode to connect iOS app to remote LND |
|
|
|
|
|
|
|
|
``` |
|
|
``` |
|
|
go get -d github.com/LN-Zap/zapconnect |
|
|
go get -d github.com/LN-Zap/zapconnect |
|
|
|
|
|
cd $GOPATH/src/github.com/LN-Zap/zapconnect |
|
|
go get ./... |
|
|
go get ./... |
|
|
go install -v ./... |
|
|
go install -v ./... |
|
|
``` |
|
|
``` |
|
|