Browse Source

add installation instructions to readme

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

8
README.md

@ -1,3 +1,11 @@
# zapconnect
Generate QRCode to connect iOS app to remote LND
## Install
```
go get -d github.com/LN-Zap/zapconnect
go get ./...
go install -v ./...
```

Loading…
Cancel
Save