From bba705453ba6dc428c3e4feeeb2f768db7323915 Mon Sep 17 00:00:00 2001 From: Romain <66537460+rmnvgr@users.noreply.github.com> Date: Sat, 5 Sep 2020 11:18:08 +0200 Subject: [PATCH] Add Flatpak download links and basic instructions --- Getting-packaged-versions.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Getting-packaged-versions.md b/Getting-packaged-versions.md index 04214be..12278ed 100644 --- a/Getting-packaged-versions.md +++ b/Getting-packaged-versions.md @@ -18,6 +18,16 @@ This package should work on current version of Ubuntu, 15.10. There is also a ve Source import and build are run usually once per day, so you can expect a fresh package every day (provided there are any changes) +## Flatpak + +[Flatpaks](https://www.flatpak.org/) offer an easy way for installing and running applications regardless of your Linux distribution. You can follow [this guide to set up Flatpaks](https://flatpak.org/setup/) on your system if it isn't preinstalled. + +[Flathub](https://flathub.org/home) provides Flatpaks for OpenRCT2: +- [Latest stable release](https://flathub.org/repo/appstream/io.openrct2.OpenRCT2.flatpakref) +- [Latest development build](https://flathub.org/beta-repo/appstream/io.openrct2.OpenRCT2.flatpakref) + +Open the file with your software manager or install it with the command line: `flatpak install --from io.openrct2.OpenRCT2.flatpakref`. OpenRCT2 will be updated with your other applications or manually with `flatpak update`. + # Windows The project is using continuous integration service named Appveyor, which was set up to package the build artifacts.