This commit is contained in:
Thorsten Sommer 2024-06-23 18:32:49 +02:00
parent e12b1167fc
commit 8d3807ed2e
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -117,5 +117,5 @@ AI Studio is available for modern 64-bit Linux systems. The app is provided as a
1. Download the AppImage from the link above. 1. Download the AppImage from the link above.
2. Open a terminal and navigate to the Downloads folder: `cd Downloads`. 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`. 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. You might want to 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`. 4. Now you can run the AppImage from your file manager (double-click) or the terminal: `./mind-work-ai-studio_amd64.AppImage`.