Browse Source

add missing step to installation instructions

make_cert_optional
Otto Suess 7 years ago
parent
commit
e50c9d9880
No known key found for this signature in database GPG Key ID: 354749C62B4BAC41
  1. 1
      README.md

1
README.md

@ -6,6 +6,7 @@ Generate QRCode to connect iOS app to remote LND
```
go get -d github.com/LN-Zap/zapconnect
cd $GOPATH/src/github.com/LN-Zap/zapconnect
go get ./...
go install -v ./...
```

Loading…
Cancel
Save