Update INSTALL.md

added install link for lncli, fixes #2
This commit is contained in:
Peter Rounce 2022-08-09 13:12:53 +01:00 committed by GitHub
parent 873e477823
commit 28ff7ba969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ Ubuntu 20.04 LTS server
### get a macaroon and tls.cert from the lightning node ### get a macaroon and tls.cert from the lightning node
create a macaroon with limited permissions to the lightning node create a macaroon with limited permissions to the lightning node
[lncli download & install](https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md)
``` ```
$ lncli \ $ lncli \
--rpcserver=lightning-node.io:10009 \ --rpcserver=lightning-node.io:10009 \