From 459f69e3a4ece17a3db7e507d4551daaa7789287 Mon Sep 17 00:00:00 2001 From: Adam Miedema Date: Tue, 29 Apr 2025 18:23:02 -0600 Subject: [PATCH] chore: add missing command for updating local ai for Linux (#39) --- .../get the latest version of local ai service.md | 4 ++++ 1 file changed, 4 insertions(+) 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 961baa9..d1cb9b8 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 @@ -51,6 +51,10 @@ If you are unable to download the latest version of Local AI service using this 3. Once downloaded, unzip and move `bin` and `lib` directories to `~/.config/Msty/` 4. Rename `ollama` executable under `bin` to `msty-local` 5. Open Terminal and run the following command to make the file executable: + + ```sh + chmod +x ~/.config/Msty/bin/msty-local + ``` #### Additional config for AMD ROCmâ„¢ GPU users only: 1. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases