Add missing Homebrew dependencies

Signed-off-by: Michael Mior <michael.mior@gmail.com>
Signed-off-by: Michael Mior <mmior@mail.rit.edu>
This commit is contained in:
Michael Mior 2024-05-07 07:32:04 -04:00 committed by Michael Mior
parent d1e3436de5
commit 4b17a72b54
No known key found for this signature in database
GPG Key ID: D8D72C13CF2D8DDB
1 changed files with 1 additions and 1 deletions

View File

@ -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