From 8d72d0c204988743d4a80127d23b86d129b64ab9 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 23 Jun 2024 15:07:47 +0200 Subject: [PATCH] Added AppImage steps --- documentation/Setup.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/Setup.md b/documentation/Setup.md index 62af2be6..42e82bda 100644 --- a/documentation/Setup.md +++ b/documentation/Setup.md @@ -99,3 +99,12 @@ AI Studio is available for modern 64-bit Linux systems. The app is provided as a 4. Enter your password and press Enter. 5. Wait for the installation to finish. 6. You can now find the app in your application menu. + +### AppImage Installation + +**Run the AppImage:** +1. Download the AppImage from the link above. +2. Open a terminal and navigate to the Downloads folder: `cd Downloads`. +3. Make the AppImage executable: `chmod +x mind-work-ai-studio_amd64.AppImage`. +4. (Optional) Move the AppImage to a more convenient location, e.g., your home directory: `mv mind-work-ai-studio_amd64.AppImage ~/`. +4. Now you can run the AppImage from your file manager (double-click) or the terminal: `./mind-work-ai-studio_amd64.AppImage`. \ No newline at end of file