From 85ebee2083adc4edae6ed37e367580a9363f3023 Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Sun, 27 Aug 2023 15:24:13 -0500 Subject: [PATCH] docs: add protoc to prereqs Signed-off-by: Caleb Cartwright --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c72bab4..ef1df03 100644 --- a/README.md +++ b/README.md @@ -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: