diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2020-09-04 20:39:04 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2020-09-04 20:39:41 +0200 |
commit | 81b9f45bbb6a2d4879a6604a0641f8bbdd59eaa2 (patch) | |
tree | e7893e2183c9c22c699930766ae14294dcea4fd2 | |
parent | fe960cb825c9188dd726630c6c79c0003ba3a629 (diff) | |
download | poezio-81b9f45bbb6a2d4879a6604a0641f8bbdd59eaa2.tar.gz poezio-81b9f45bbb6a2d4879a6604a0641f8bbdd59eaa2.tar.bz2 poezio-81b9f45bbb6a2d4879a6604a0641f8bbdd59eaa2.tar.xz poezio-81b9f45bbb6a2d4879a6604a0641f8bbdd59eaa2.zip |
doc: Add a link to the package on Flathub.
-rw-r--r-- | doc/source/install.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index 0249230b..002ee9e4 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -19,6 +19,7 @@ using one of these. - **Fedora**: The stable poezio package was out of date for a long time in Fedora, but now thanks to Casper, there is an `up-to-date package`_ in the repos since F19. +- **Flatpak**: A stable package is provided on flathub_. - **Debian**: A stable package is provided since buster_ thanks to debacle. - **Nix** (and **NixOS**): The last stable version of poezio is availalble in the unstable branch of `nixpkgs`. Use ``nix-env -f "<nixpkgs>" -iA poezio`` @@ -254,3 +255,4 @@ image from the Dockerfile at the root of the git repository. .. _poezio/poezio: https://hub.docker.com/r/poezio/poezio/ .. _buster: https://packages.debian.org/buster/poezio .. _net-im/poezio: https://packages.gentoo.org/packages/net-im/poezio +.. _flathub: https://flathub.org/apps/details/io.poez.Poezio |