From 94febbaa5a00f1a086bc6bf9c95c1761979eae15 Mon Sep 17 00:00:00 2001 From: Chris Olszewski Date: Wed, 22 Jan 2025 10:07:03 -0500 Subject: [PATCH] docs: update CONTRIBUTING.md (#9759) ### Description Just set up my new Windows machine. This was the only thing missing from the setup instructions. ### Testing Instructions N/A --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c788677e0e3e4..27821afd97778 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,7 @@ You will need to have these dependences installed on your machine to work on thi - [Rust](https://www.rust-lang.org/tools/install) ([Repository toolchain](https://github.com/vercel/turborepo/blob/main/rust-toolchain.toml)) - [NodeJS](https://nodejs.org/en) v20 - [pnpm](https://pnpm.io/) v8 +- [protoc](https://grpc.io/docs/protoc-installation/) - [capnp](https://capnproto.org) ### Optional dependencies