diff --git a/README.md b/README.md index 7d5698f..63ccf41 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ This is what `GoKit Cli` is aiming to change. GoKit Cli needs to be installed using `go get` and `go install` so `Go` is a requirement to be able to test your services [gokit](https://github.com/go-kit/kit) is needed. +To utilise generation of gRPC service code through `kit generate service -t grpc` you will need to install the [grpc prequisites](https://grpc.io/docs/quickstart/go/). +``` +go get -u google.golang.org/grpc +go get -u github.com/golang/protobuf/protoc-gen-go +``` + # Table of Content - [Installation](#installation) - [Usage](#usage) @@ -122,4 +128,4 @@ docker-compose up ``` After you run `docker-compose up` your services will start up and any change you make to your code will automatically - rebuild and restart your service (only the service that is changed) \ No newline at end of file + rebuild and restart your service (only the service that is changed)