From 2e65af5fcf186501ff9390941a3a38283241f3f0 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Wed, 15 May 2019 11:49:35 +0200 Subject: [PATCH] Add versioning note to readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1374ed..c535924 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ 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 + Add this line to your application's Gemfile: ```ruby -gem 'lnrpc' +gem 'lnrpc', '~> 0.6.1' ``` +lnrpc follows the lnd versioning, thus it is recommended to specify the exact version you need for your lnd node as dependency (see [#Versioning](#Versioning)). And then execute: @@ -140,6 +140,8 @@ Don't have a BTC Pay Server? [Setting one up is easy.](https://medium.com/@Btcpa This gem follows the LND versions and will update the gRPC service definitions accordingly. e.g. gem version 0.5.2 includes the gRPC service definitions from LND v0.5.2 +see [rubygems](https://rubygems.org/gems/lnrpc) for all available releases. + ### Update service definitions