From 0ceddc872bddf38978e844eb3f21771341d10088 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Fri, 9 Jul 2021 20:28:06 +0200 Subject: [PATCH] Update Readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e009031..fb4cc1f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ a [gRPC](https://grpc.io/) client for [LND, the Lightning Network Daemon](https: ## Installation -Note: there is still an GRPC/protobuf [issue with Ruby 2.7](https://github.com/protocolbuffers/protobuf/issues/7070). +Note: there is still an GRPC/protobuf [issue with Ruby 2.7](https://github.com/protocolbuffers/protobuf/issues/7070). So lnrpc requires Ruby < 2.7. Add this line to your application's Gemfile: @@ -164,6 +164,8 @@ The files will be stored in `lib/grpc_services` $ ./generate-grpc-service-files.sh ++ Make sure you have the [grpc-tools](https://rubygems.org/gems/grpc-tools) installed ++ Make sure you have the lnd source in your $GOPATH/src folder ## Other resources