Browse Source

add starting instructions to readme

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

10
README.md

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

Loading…
Cancel
Save