Skip to content

Commit

Permalink
Add URL to docs to install grpc to README
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillOliver-Dev authored Jul 8, 2019
1 parent e3ca067 commit 4cc204c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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 <SERVICE_NAME> -t grpc` you will need to install the grpc prequisites.
To utilise generation of gRPC service code through `kit generate service <SERVICE_NAME> -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
Expand Down

0 comments on commit 4cc204c

Please sign in to comment.