docs: add protoc to prereqs

Signed-off-by: Caleb Cartwright <caleb.cartwright@outlook.com>
This commit is contained in:
Caleb Cartwright 2023-08-27 15:24:13 -05:00
parent 6415ed9a18
commit 85ebee2083
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ Dapr is a portable, event-driven, serverless runtime for building distributed ap
Ensure you have Rust version 1.40 or higher installed. If not, install Rust [here](https://www.rust-lang.org/tools/install).
You will also need to install [protoc](https://github.com/protocolbuffers/protobuf#protobuf-compiler-installation).
## How to use
Add the following to your `Cargo.toml` file: