Skip to content

Commit 4e55bbc

Browse files
mantrax314dsnet
authored andcommitted
Update readme.md (#988)
Update readme.md to be more clearly visually the install comand and easier to copy pasta
1 parent ed6926b commit 4e55bbc

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
@@ -25,7 +25,10 @@ To use this software, you must:
2525
for details or, if you are using gccgo, follow the instructions at
2626
https://golang.org/doc/install/gccgo
2727
- Grab the code from the repository and install the `proto` package.
28-
The simplest way is to run `go get -u github.com/golang/protobuf/protoc-gen-go`.
28+
The simplest way is to run:
29+
```
30+
go get -u github.com/golang/protobuf/protoc-gen-go
31+
```
2932
The compiler plugin, `protoc-gen-go`, will be installed in `$GOPATH/bin`
3033
unless `$GOBIN` is set. It must be in your `$PATH` for the protocol
3134
compiler, `protoc`, to find it.

0 commit comments

Comments
 (0)