Skip to content

Commit

Permalink
Improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamqizhao committed Feb 21, 2015
1 parent feb9743 commit 5e7b50e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ PREREQUISITES
- Requires that [GOPATH is set](https://golang.org/doc/code.html#GOPATH)
```sh
$ go help gopath
$ # ensure the PATH contains $GOPATH/bin or $GOBIN
$ export PATH=PATH:<your/gopath/bin>
$ # ensure the PATH contains $GOPATH/bin
$ export PATH=$PATH:$GOPATH/bin
```

INSTALL
Expand Down Expand Up @@ -43,8 +43,6 @@ OPTIONAL - Rebuilding the generated code
2 Install the protoc Go plugin.
```sh
$ go get -a github.com/golang/protobuf/protoc-gen-go
$ # ensure the PATH contains $GOPATH/bin
$ export PATH=PATH:$GOPATH/bin
$
$ # from this dir; invoke protoc
$ protoc -I ../protos ../protos/helloworld.proto --go_out=plugins=grpc:.
Expand Down

0 comments on commit 5e7b50e

Please sign in to comment.