From 087f25fe28d66ac05d7e3d339a412d1f31c9e371 Mon Sep 17 00:00:00 2001 From: AsavarTzeth Date: Wed, 13 Sep 2017 13:27:35 +0200 Subject: [PATCH] Add Flatpak install instructions Gydl is finally available on Flathub. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 801270a..d490553 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,17 @@ Thanks for your patience. * [Arch Linux](https://aur.archlinux.org/packages/gydl-git/) (Credit: [AffeAli](https://github.com/AffeAli)) +## Flatpak + +[Flatpak](http://flatpak.org) packages support multiple distributions and are sandboxed. + +Stable releases are hosted on [Flathub](https://flathub.org): + +``` +flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo +flatpak install flathub com.github.JannikHv.Gydl +``` + ## Source Gydl is written in Python3 and uses the GTK+3 toolkit.