diff --git a/README.md b/README.md index 3270aec8..30ded59c 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,12 @@ You can [download](https://github.com/Serial-Studio/Serial-Studio/releases/lates GNU/Linux users must enable the `executable` flag before attempting to run the application: ```bash -chmod +x SerialStudio-1.0.21-Linux.AppImage -./SerialStudio-1.0.21-Linux.AppImage +chmod +x SerialStudio-1.1.0-Linux.AppImage +./SerialStudio-1.1.0-Linux.AppImage ``` +You can also use the [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher/) to integrate Serial Studio with your system. + ### Prebuilt Linux packages Arch Linux users can install [serial-studio-git](https://aur.archlinux.org/packages/serial-studio-git/) from the aur, e.g. with [aurutils](https://aur.archlinux.org/packages/aurutils/):