From d8d7193cbc8bf42b9233102089f1f35dfd7ac7bd Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 31 Jul 2018 11:40:05 +0300 Subject: [PATCH] README: Add flahub instructions. --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e598ef5..67f7323 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,24 @@ Listen to your favorite podcasts, right from your desktop. ![shows_view](./screenshots/shows_view.png) ![show_widget](./screenshots/show_widget.png) +## Available from [Flathub](https://www.flathub.org/apps/details/org.gnome.Podcasts) + +Install by clicking and opening [this](https://www.flathub.org/apps/details/org.gnome.Podcasts) with GNOME Software + +### Command line options: + +Make sure to follow the [setup guide][flatpak_setup] before installing + +Install: +```sh +flatpak install flathub org.gnome.Podcasts +``` + +Run: +```sh +flatpak run org.gnome.Podcasts +``` + ## Quick start GNOME Podcasts can be built and run with [Gnome Builder](https://wiki.gnome.org/Apps/Builder) >= 3.28. @@ -151,4 +169,5 @@ And almost the entirety of the build system is copied from the [Fractal](https:/ [vendor]: https://github.com/alexcrichton/cargo-vendor [irc]: irc://irc.gnome.org/#hammond -[matrix]: https://matrix.to/#/#gnome-podcasts:matrix.org \ No newline at end of file +[matrix]: https://matrix.to/#/#gnome-podcasts:matrix.org +[flatpak_setup]: https://flatpak.org/setup/ \ No newline at end of file