diff --git a/README.md b/README.md index 72126610633..b8a7b8af192 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ make check sudo make install ``` -Then, `go get -u` as usual. +Then, `go get -u` as usual the following packages: ```sh go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway @@ -127,6 +127,9 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`. ``` It will generate a reverse proxy `path/to/your_service.pb.gw.go`. + + Note: After generating the code for each of the stubs, in order to build the code, you will want to run ```go get .``` from the directory containing the stubs. + 6. Write an entrypoint Now you need to write an entrypoint of the proxy server.