Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 9915f71

Browse files
author
Jason Scurtu
authored
simplyfy Flatpak instructions
1 parent d100243 commit 9915f71

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

README.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -53,32 +53,22 @@ For translators : https://www.transifex.com/dev-feedreader/feedreader
5353

5454
### Flatpak
5555

56-
FeedReader is now availble as Flatpak and should be installable on all Linux distributions that support the Flatpak Application Framework. This is still a WIP and might not work as expected, please report any Flatpak related issues.
56+
FeedReader is now availble as Flatpak and should be installable on all major Linux distributions that support the Flatpak Application Framework eg. Fedora, Debian, Ubuntu, elementaryOS, Arch, openSuSE, Mageia and many more.
5757

5858
For more information about Flatpak and how to use or install it for your distribution see the [Flatpak webpage](http://flatpak.org).
5959

60-
For FeedReader to properly work, you will also need to install the following portal packages, look in your distributions packagemanager:
61-
60+
Besides installing the Flatpak Framework, you should also install the following portal packages using your distributions paket manager:
61+
(names can differ depending on the distribution)
6262
<pre>xdg-desktop-portal</pre>
6363
<pre>xdg-desktop-portal-gtk</pre>
6464

65-
####Install FeedReader Flatpak via repository:
66-
65+
####Install FeedReader Flatpak via repository, this enables OTA updates and is the recommended way:
66+
Defaults to the stable branch.
6767
<pre>
6868
flatpak install http://feedreader.xarbit.net/feedreader-repo/feedreader.flatpakref
6969
</pre>
7070

71-
####Install FeedReader Flatpak via standalone bundle:
72-
73-
- [FeedReader Flatpak Bundle](https://github.com/jangernert/FeedReader/releases)
74-
75-
GNOME-Software can handle flatpak bundles, just open the downloaded feedreader.flatpak file with GNOME-Software and click on install. Thats it..
76-
77-
You can also install the feedreader.flatpak from the commandline as so:
78-
79-
<pre>
80-
$ flatpak install --bundle feedreader.flatpak
81-
</pre>
71+
You can also create your own Flatpak bundle running `make bundle` command in the `flatpak/` sub-directory.
8272

8373

8474
### How to build the latest version
@@ -93,4 +83,3 @@ sudo make install
9383
```
9484
Arch users can build the latest version using `yaourt -S feedreader-git`
9585

96-
You can also create a Flatpak bundle running `make` then `make dist` in the `flatpak/` sub-directory.

0 commit comments

Comments
 (0)