diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-08-15 14:38:27 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-08-15 14:38:27 +0200 |
commit | edbbf759cef6784b3d19d04250c7c37d496b4474 (patch) | |
tree | d1d44d974194f1a02ededc4fbca49d1ffb80e695 /doc | |
parent | 038e61068a3f5debfa8c015a1fe3889e2c177973 (diff) | |
download | poezio-edbbf759cef6784b3d19d04250c7c37d496b4474.tar.gz poezio-edbbf759cef6784b3d19d04250c7c37d496b4474.tar.bz2 poezio-edbbf759cef6784b3d19d04250c7c37d496b4474.tar.xz poezio-edbbf759cef6784b3d19d04250c7c37d496b4474.zip |
doc: Describe the first Debian release to have poezio.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/install.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index 98cc0df5..3146958c 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -20,7 +20,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. -- **Debian**: A stable package is provided in sid_ thanks to debacle. +- **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`` to install poezio for the current user. @@ -241,4 +241,4 @@ image from the Dockerfile at the root of the git repository. .. _bgo-overlay: https://bgo.zugaina.org/ .. _port: http://ports.su/net/poezio .. _poezio/poezio: https://hub.docker.com/r/poezio/poezio/ -.. _sid: https://packages.debian.org/sid/poezio +.. _buster: https://packages.debian.org/buster/poezio |