diff --git a/README.md b/README.md index 77da9e512..8353375d0 100644 --- a/README.md +++ b/README.md @@ -26,26 +26,17 @@ instructions](https://github.com/Glest/glest-source/blob/master/mk/windows/READM ## Downloads for linux -Glest can be installed using [Snapcraft](https://snapcraft.io/) or [Flatpak](https://flatpak.org/): +Three distro-agnostic options are available for Glest on linux: -1. (Recommended) Install Glest using Snapcraft: - - snap install --devmode --edge glest - - Fix for a bug currently in Glest: - - mkdir ~/snap/glest/1/.glest/ - - Run Glest: - - glest - -2. Install using Flatpak: https://github.com/glest/io.glest.Glest +1. [![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/glest) + +2. Download the AppImage here: https://drive.google.com/file/d/1vi4SdX97y_xjZ-8EQTf7n62jugkTqROc/view?usp=sharing + To run, set the `.AppImage` file to executable with `chmod +x Glest*.AppImage`, then just execute it. + +3. Install using Flatpak: https://github.com/glest/io.glest.Glest ## Quick Build Guide for Linux -If you can't use Snap or flatpak, you can build Glest from source. - Using the build script: git clone https://github.com/Glest/glest-source.git glest; sudo glest/mk/linux/setup.sh