From e34cd1de004be035d2e2a4890a443d851d8f14c2 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Tue, 12 Feb 2019 17:48:39 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3708b32..4cd6e1f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # 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 @@ -18,6 +20,8 @@ And then execute: Or install it yourself as: $ gem install lnrpc + # or for pre releases: + $ gem install lnrcp --pre ## Usage