Unverified Commit 52f04e39 authored by Bruce MacDonald's avatar Bruce MacDonald Committed by GitHub
Browse files

Note that CGO must be enabled in dev docs

parent 3c8f4c03
......@@ -6,6 +6,12 @@ Install required tools:
brew install go
```
Enable CGO:
```
export CGO_ENABLED=1
```
Then build ollama:
```
......
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