diff --git a/README.md b/README.md index 134a7acb96..ad2d6f6cfc 100644 --- a/README.md +++ b/README.md @@ -137,9 +137,27 @@ winget install --id=SoftFever.OrcaSlicer -e ![mac_security_setting](./SoftFever_doc/mac_security_setting.png) -## Linux (Ubuntu) +## Linux - 1. If you run into trouble executing it, try this command in the terminal: +### Flathub (Recommended) +OrcaSlicer is available through FlatHub: + +Download on Flathub + +Install from the command line: + +```shell +flatpak install flathub com.orcaslicer.OrcaSlicer +flatpak run com.orcaslicer.OrcaSlicer +``` + +It can also be installed through graphical software managers (KDE Discover, GNOME Software, etc.) when Flathub is enabled. Search for **OrcaSlicer** in your software center. + +### AppImage + 1. Download App image from the [releases page](https://github.com/OrcaSlicer/OrcaSlicer/releases). + 2. Double click the downloaded file to run it. + + 3. If you run into trouble executing it, try this command in the terminal: `chmod +x /path_to_appimage/OrcaSlicer_Linux.AppImage` # How to Compile