From e28ba4b8073a65fb85f39a075d5a9140f4b7013e Mon Sep 17 00:00:00 2001 From: Michael Mior Date: Tue, 7 May 2024 12:34:30 -0400 Subject: [PATCH] Add missing Homebrew dependencies (#2256) Signed-off-by: Michael Mior Signed-off-by: Michael Mior --- docs/content/docs/getting-started/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/getting-started/build.md b/docs/content/docs/getting-started/build.md index 2b69ef4e..1cbe11df 100644 --- a/docs/content/docs/getting-started/build.md +++ b/docs/content/docs/getting-started/build.md @@ -144,7 +144,7 @@ Install `xcode` from the Apps Store (needed for metalkit) ``` # install build dependencies -brew install abseil cmake go grpc protobuf wget +brew install abseil cmake go grpc protobuf wget protoc-gen-go protoc-gen-go-grpc # clone the repo git clone https://github.com/go-skynet/LocalAI.git