From 3ecea59da8a422850d64d82cd5be2c035ee2195d Mon Sep 17 00:00:00 2001 From: rj-xy <2442596+rj-xy@users.noreply.github.com> Date: Fri, 5 Dec 2025 13:59:37 +1000 Subject: [PATCH] Update README with Buf CLI installation instructions (#981) Added instructions for installing the Buf CLI. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 75b989aa..0791b1a4 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ Follow the installation instructions on their home page. ``` This command installs all necessary dependencies for all packages within the monorepo. +3. **Install the Buf CLI** + Required for building `packages/protobufs` + https://buf.build/docs/cli/installation/ ### Running Projects