From a7645f714495dfc5f97559b58273ef8e15d31bff Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Sun, 1 Sep 2024 20:45:45 +0200 Subject: [PATCH] Update AppImage Description --- src/getting_started/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/getting_started/index.md b/src/getting_started/index.md index 9a57531..a632916 100644 --- a/src/getting_started/index.md +++ b/src/getting_started/index.md @@ -15,12 +15,12 @@ method of installation is with the Appimage ### AppImage Prebuilt linux **AppImages** are available on -[Github](https://github.com/minecraft-linux/appimage-builder/releases/tag/v1.0.0-798) +[AppImage Builder on Github](https://github.com/minecraft-linux/appimage-builder/releases/latest) After downloading simply open terminal, -`chmod +x Minecraft_Bedrock_Launcher-x86_64-v1.0.0.798.AppImage` and run +`chmod +x Minecraft_Bedrock_Launcher-*.AppImage` and run it. With some Filemanagers you should be able to run it with double click, similar to running a `*.exe` file on Windows. Otherwise run it -from a Terminal `Minecraft_Bedrock_Launcher-x86_64-v1.0.0.798.AppImage ` +from a Terminal `./Minecraft_Bedrock_Launcher-*.AppImage ` #### Updating