Skip to content

Commit

Permalink
fix protoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Asim committed Nov 20, 2016
1 parent ab7f7d6 commit 0be3256
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@ There's still a need for proto compiler to generate Go stub code from our proto

### Compile the protobuf file

```
`protoc -I$GOPATH/src --go_out=plugins=micro:$GOPATH/src $GOPATH/src/github.com/micro/go-micro/examples/service/proto/greeter.proto`
```shell
protoc -I$GOPATH/src --go_out=plugins=micro:$GOPATH/src \
$GOPATH/src/github.com/micro/go-micro/examples/service/proto/greeter.proto
```

### Define the service
Expand Down

0 comments on commit 0be3256

Please sign in to comment.