From 07b4074e7b2e404fb577e98c103421acd2029de1 Mon Sep 17 00:00:00 2001 From: Alexander Pepper Date: Thu, 7 Sep 2023 12:43:26 +0200 Subject: [PATCH] [docs] Improve build instructions (#482) Go is required and not installed by default. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1e177cd..dce37413 100644 --- a/README.md +++ b/README.md @@ -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: