Update Readme

This commit is contained in:
bumi 2021-07-09 20:28:06 +02:00
parent df02052101
commit 0ceddc872b
1 changed files with 3 additions and 1 deletions

View File

@ -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