[docs] Improve build instructions (#482)

Go is required and not installed by default.
This commit is contained in:
Alexander Pepper 2023-09-07 12:43:26 +02:00 committed by GitHub
parent 61dda6a5e0
commit 07b4074e7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,10 +165,11 @@ Ollama bundles model weights, configurations, and data into a single package, de
## Building
Install `cmake`:
Install `cmake` and `go`:
```
brew install cmake
brew install go
```
Then generate dependencies and build: