diff --git a/docs/development.md b/docs/development.md index 6df84039..34c0c2f5 100644 --- a/docs/development.md +++ b/docs/development.md @@ -6,6 +6,12 @@ Install required tools: brew install go ``` +Enable CGO: + +``` +export CGO_ENABLED=1 +``` + Then build ollama: ```