From 09da9519cb61e89f22ee73539e45121b1669dcc8 Mon Sep 17 00:00:00 2001 From: Ashok Gelal Date: Wed, 26 Feb 2025 08:52:11 -0500 Subject: [PATCH] chore: update macos manual install instructions --- .../get the latest version of local ai service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/2.how-to guides/get the latest version of local ai service.md b/content/2.how-to guides/get the latest version of local ai service.md index 1ff4753..32d5425 100644 --- a/content/2.how-to guides/get the latest version of local ai service.md +++ b/content/2.how-to guides/get the latest version of local ai service.md @@ -12,8 +12,8 @@ If you are unable to download the latest version of Local AI service using this ## On macOS 1. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases -2. From under `Assets`, download the latest version of Ollama for macOS by downloading `ollama-darwin` (NOT `ollama-darwin.zip`). -3. Once downloaded, copy `ollama-darwin` to `~/Library/Application Support/Msty` and rename it as `msty-local`. +2. From under `Assets`, download the latest version of Ollama for macOS by downloading `ollama-darwin.tgz` (NOT `ollama-darwin.zip`). +3. Once downloaded and extracted, copy `ollama-darwin` to `~/Library/Application Support/Msty` and rename it as `msty-local`. 4. Open Terminal and run the following command to make the file executable: ```bash chmod +x ~/Library/Application\ Support/Msty/msty-local