diff options
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/install.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index e901497b..31dc332d 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -24,6 +24,9 @@ using one of these. the unstable branch of `nixpkgs`. Use ``nix-env -f "<nixpkgs>" -iA poezio`` to install poezio for the current user. - **OpenBSD**: a poezio port_ is available +- **Guix**: Poezio can be obtained with Guix on any GNU/Linux distribution. + To install poezio in default user-profile: ``guix install poezio``. + To try poezio without installation: ``guix environment --pure --ad-hoc poezio``. (If another distribution provides a poezio package, please tell us and we will add it to the list) |