Skip to content

Commit

Permalink
Update docs/docs/tutorials/introduction.md
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
  • Loading branch information
Fahmadi and johanbrandhorst committed Dec 21, 2022
1 parent 1509f3b commit b5f7b0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/tutorials/introduction.md
Expand Up @@ -30,9 +30,9 @@ We will be using a Go gRPC server in the examples, so please install Go first fr
After installing Go, use `go install` to download and build the following binaries:

```sh
$ go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway
$ go install google.golang.org/protobuf/cmd/protoc-gen-go
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
$ go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@latest
$ go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
```

This installs the `protoc` generator plugins we need to generate the stubs. Make sure to add `$GOPATH/bin` to your `$PATH` so that executables installed via `go get` are available on your `$PATH`.
Expand Down

0 comments on commit b5f7b0b

Please sign in to comment.