Skip to content

Commit 04870f0

Browse files
Patrick M. Galbraithtmc
authored andcommitted
Various updates, corrected include path to README.md
1 parent 7e2af08 commit 04870f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ make check
3636
sudo make install
3737
```
3838

39-
Then, `go get -u` as usual.
39+
Then, `go get -u` as usual the following packages:
4040

4141
```sh
4242
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`.
127127
```
128128

129129
It will generate a reverse proxy `path/to/your_service.pb.gw.go`.
130+
131+
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.
132+
130133
6. Write an entrypoint
131134

132135
Now you need to write an entrypoint of the proxy server.

0 commit comments

Comments
 (0)