"docs/vscode:/vscode.git/clone" did not exist on "86fe4fa756d9e46d6fa1102bcca46836093f72b8"
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
## Building
Install `cmake`:
Install `cmake` and `go`:
```
brew install cmake
brew install go
```
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