From 1b3b43fed2f4e58976ef1333c8900c2d8e1d80a6 Mon Sep 17 00:00:00 2001 From: Saatvik Arya Date: Sun, 8 Sep 2024 13:50:14 -0700 Subject: [PATCH] add capnp to build deps in crate --- crates/turborepo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/turborepo/README.md b/crates/turborepo/README.md index da37b16c35381..378aec0222e68 100644 --- a/crates/turborepo/README.md +++ b/crates/turborepo/README.md @@ -4,7 +4,7 @@ 1. Install `protobuf` and `golang` (note: Go must be pinned to v1.20.x, see https://github.com/vercel/turborepo/issues/5918 for details) -- On macOS: `brew install protobuf protoc-gen-go protoc-gen-go-grpc go@1.20` +- On macOS: `brew install protobuf protoc-gen-go protoc-gen-go-grpc go@1.20 capnp` - On Windows: `choco install golang --version=1.20.7` and `choco install protoc make python3 mingw` - On Ubuntu: `apt-get install golang golang-goprotobuf-dev`