diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-06-22 08:08:12 +0200 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-06-22 08:08:12 +0200 |
commit | 3035f4ed4d5ef5d581c7f224833392526bfd1bc5 (patch) | |
tree | eed32c07e0d820d2526839e5ba90b256c2507e87 | |
parent | 77a618a8d599ec31f77b8d3756ba8f1b24c32f8d (diff) | |
download | poezio-3035f4ed4d5ef5d581c7f224833392526bfd1bc5.tar.gz poezio-3035f4ed4d5ef5d581c7f224833392526bfd1bc5.tar.bz2 poezio-3035f4ed4d5ef5d581c7f224833392526bfd1bc5.tar.xz poezio-3035f4ed4d5ef5d581c7f224833392526bfd1bc5.zip |
Update install.rst
-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) |