Skip to content

Commit

Permalink
Merge pull request #104 from shurcooL/patch-1
Browse files Browse the repository at this point in the history
README: Suggest go get -u by default.
  • Loading branch information
yugui committed Feb 5, 2016
2 parents b61002b + 456b58c commit 4a397c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ make check
sudo make install
```

Then, `go get` as usual.
Then, `go get -u` as usual.

```sh
go get github.com/gengo/grpc-gateway/protoc-gen-grpc-gateway
go get github.com/golang/protobuf/protoc-gen-go
go get -u github.com/gengo/grpc-gateway/protoc-gen-grpc-gateway
go get -u github.com/golang/protobuf/protoc-gen-go
```

## Usage
Expand Down

0 comments on commit 4a397c7

Please sign in to comment.