chore: Added protoc installation instruction for Windows (#1103)

This commit is contained in:
Gian Marco Gherardi
2022-11-09 21:39:23 +01:00
committed by GitHub
parent e188521149
commit 3a542709a7
+6
View File
@@ -77,6 +77,12 @@ Assuming [Homebrew](https://brew.sh/) is already installed. (If not, see instruc
brew install protobuf
```
#### Windows
- Download the latest version of `protoc-xx.y-win64.zip` from [HERE](https://github.com/protocolbuffers/protobuf/releases/latest)
- Extract the file `bin\protoc.exe` and put it somewhere in the `PATH`
- Verify installation by opening a command prompt and enter `protoc --version`
### Tutorials
- The [`helloworld`][helloworld-tutorial] tutorial provides a basic example of using `tonic`, perfect for first time users!