Unverified Commit 07b4074e authored by Alexander Pepper's avatar Alexander Pepper Committed by GitHub
Browse files

[docs] Improve build instructions (#482)

Go is required and not installed by default.
parent 61dda6a5
...@@ -165,10 +165,11 @@ Ollama bundles model weights, configurations, and data into a single package, de ...@@ -165,10 +165,11 @@ Ollama bundles model weights, configurations, and data into a single package, de
## Building ## Building
Install `cmake`: Install `cmake` and `go`:
``` ```
brew install cmake brew install cmake
brew install go
``` ```
Then generate dependencies and build: Then generate dependencies and build:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment