Skip to content

Commit

Permalink
add capnp to build deps in crate
Browse files Browse the repository at this point in the history
  • Loading branch information
aryasaatvik committed Sep 8, 2024
1 parent c84638a commit 1b3b43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 1b3b43f

Please sign in to comment.