Skip to content

Commit

Permalink
Various updates, corrected include path to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick M. Galbraith authored and tmc committed Mar 24, 2017
1 parent 7e2af08 commit 04870f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 04870f0

Please sign in to comment.