Skip to content

Commit

Permalink
correct protoc-gen-go url to go get
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy-42 committed Aug 17, 2021
1 parent 76a140d commit a49f2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We generate Go code from SteamKit protocol descriptors, namely `steamlang` files
libprotoc 3.17.1
```
3. Install `proco-gen-go`: `go get google.golang.org/protobuf/protoc-gen-go/`
3. Install `protoc-gen-go`: `go get google.golang.org/protobuf/cmd/protoc-gen-go`
```
✗ protoc-gen-go --version
Expand Down

0 comments on commit a49f2cc

Please sign in to comment.