mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 11:39:48 +00:00
Extended AppImage handling
This commit is contained in:
parent
8d72d0c204
commit
e12b1167fc
@ -102,7 +102,18 @@ AI Studio is available for modern 64-bit Linux systems. The app is provided as a
|
||||
|
||||
### AppImage Installation
|
||||
|
||||
**Run the AppImage:**
|
||||
**Prepare the AppImage using the desktop environment:**
|
||||
1. Download the AppImage from the link above.
|
||||
2. Open your file manager and navigate to the Downloads folder.
|
||||
3. Right-click on the AppImage and select "Properties":
|
||||

|
||||
4. Go to the "Permissions" tab and check the box "Allow executing file as program":
|
||||

|
||||
5. Close the property window.
|
||||
6. You might want to move the AppImage to a more convenient location, e.g., your home directory.
|
||||
7. Double-click the AppImage to run it.
|
||||
|
||||
**Prepare the AppImage using the terminal:**
|
||||
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`.
|
||||
|
BIN
documentation/Ubuntu AppImage Permissions.png
Normal file
BIN
documentation/Ubuntu AppImage Permissions.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
BIN
documentation/Ubuntu AppImage Properties.png
Normal file
BIN
documentation/Ubuntu AppImage Properties.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Loading…
Reference in New Issue
Block a user