Skip to content

Commit

Permalink
Update readme.md (#988)
Browse files Browse the repository at this point in the history
Update readme.md to be more clearly visually the install comand and easier to copy pasta
  • Loading branch information
mantrax314 authored and dsnet committed Jan 12, 2020
1 parent ed6926b commit 4e55bbc
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 @@ -25,7 +25,10 @@ To use this software, you must:
for details or, if you are using gccgo, follow the instructions at
https://golang.org/doc/install/gccgo
- Grab the code from the repository and install the `proto` package.
The simplest way is to run `go get -u github.com/golang/protobuf/protoc-gen-go`.
The simplest way is to run:
```
go get -u github.com/golang/protobuf/protoc-gen-go
```
The compiler plugin, `protoc-gen-go`, will be installed in `$GOPATH/bin`
unless `$GOBIN` is set. It must be in your `$PATH` for the protocol
compiler, `protoc`, to find it.
Expand Down

0 comments on commit 4e55bbc

Please sign in to comment.