[docs] Improve build instructions (#482)
Go is required and not installed by default.
This commit is contained in:
parent
61dda6a5e0
commit
07b4074e7b
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue