mirror of
https://github.com/bumi/lnrpc
synced 2025-07-09 21:07:23 +00:00
Update README.md
This commit is contained in:
parent
8dc675a366
commit
e34cd1de00
@ -1,6 +1,8 @@
|
|||||||
# Lnrpc - ruby gRPC client for LND
|
# Lnrpc - ruby gRPC client for LND
|
||||||
|
|
||||||
a [gRPC](https://grpc.io/) client for [LND, the Lightning Network Daemon](https://github.com/lightningnetwork/lnd/) packed as ruby gem.
|
a [gRPC](https://grpc.io/) client for [LND, the Lightning Network Daemon](https://github.com/lightningnetwork/lnd/) packed as ruby gem.
|
||||||
|
|
||||||
|
Currently published as [beta release](https://rubygems.org/gems/lnrpc) to rubygems for LND v0.5.2.beta. (see [#Versioning](#Versioning))
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
@ -18,6 +20,8 @@ And then execute:
|
|||||||
Or install it yourself as:
|
Or install it yourself as:
|
||||||
|
|
||||||
$ gem install lnrpc
|
$ gem install lnrpc
|
||||||
|
# or for pre releases:
|
||||||
|
$ gem install lnrcp --pre
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user