From 4b17a72b54e7c914e0702fbadeefa1011376ee5b Mon Sep 17 00:00:00 2001 From: Michael Mior Date: Tue, 7 May 2024 07:32:04 -0400 Subject: [PATCH] Add missing Homebrew dependencies 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