summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2018-08-11 22:53:47 +0200
committermathieui <mathieui@mathieui.net>2018-08-11 22:53:47 +0200
commit32576fbdc49434e99440773832b942fbc9364994 (patch)
treecc2660475ae24bfa5d514f2f9a3874f135e70fc9
parentb6c84cba5b26a1b70513e6befcd835e82a94d719 (diff)
downloadpoezio-32576fbdc49434e99440773832b942fbc9364994.tar.gz
poezio-32576fbdc49434e99440773832b942fbc9364994.tar.bz2
poezio-32576fbdc49434e99440773832b942fbc9364994.tar.xz
poezio-32576fbdc49434e99440773832b942fbc9364994.zip
Update documentation (fix #3410)
-rw-r--r--doc/source/install.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index 5187fbcd..ce5694eb 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -20,9 +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 set of `development builds`_ are available for poezio and its
- dependencies; those are automatically generated (and most likely untested)
- packages. We welcome anyone willing to make proper ones.
+- **Debian**: A stable package is provided in sid_ 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.
@@ -31,6 +29,8 @@ using one of these.
(If another distribution provides a poezio package, please tell us and we will
add it to the list)
+Thank to all the maintainers who took time to make and maintain those packages!
+
Install from source
-------------------
@@ -218,10 +218,12 @@ You can therefore just fetch the images with docker pull:
docker pull poezio/poezio
In order to run poezio with non-temporary config and logs, and to have
-the right colors, you have to share the ``TERM`` env var and some directories:
+the right colors, you have to share the ``TERM`` env var and some directories
+that should be created beforehand:
.. code-block:: bash
+ mkdir -p ~/.config/poezio ~/.local/share/poezio
docker run -it -e TERM -v ~/.config/poezio:/home/poezio-user/.config/poezio -v ~/.local/share/poezio:/home/poezio-user/.local/share/poezio poezio/poezio
@@ -235,8 +237,8 @@ image from the Dockerfile at the root of the git repository.
.. _poezio-git: https://aur.archlinux.org/packages/poezio-git/
.. _up-to-date package: https://apps.fedoraproject.org/packages/poezio
.. _pypi: https://pypi.python.org/pypi/poezio
-.. _development builds: http://dedie.jeproteste.info/poezio_debian/
.. _cython: http://cython.org
.. _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