Skip to content

Commit 6f9faba

Browse files
committed
msg: update protobuf definitions
1 parent 19213b5 commit 6f9faba

16 files changed

+46217
-23034
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@ Should you need to re-generate the protobuf generated code in the `msg` package,
192192

193193
go get -u github.com/gogo/protobuf/protoc-gen-gogofaster
194194

195-
[//]: # "The go get above needs two tabs so it's displayed as a) as part of the last list entry and b) as a code-block"
195+
[//]: # "The go get above needs two tabs so it's displayed a) as part of the last list entry and b) as a code-block"
196196
[//]: # "Oh and don't try to move these comments above it either"
197197

198198
Make sure both are inside your `PATH` variable.
199199

200-
After installing these use `go generate ./msg` to generate the protobuf code.
200+
After installing these use `go generate ./msg` to generate the protobuf code. If you're on Windows you'll need to run go generate from CMD, not Bash.
201201

202202

203203
## License

0 commit comments

Comments
 (0)