diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-10-13 22:18:35 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-24 23:18:21 +0200 |
commit | dc16ac2d8b63915daed85933c2a1e8a87c67a4cf (patch) | |
tree | aac745cb254594e41052e5201f74e214d2bd0c35 | |
parent | services: configuration: Remove 'validate-configuration'. (diff) | |
download | guix-master.tar.gz guix-master.tar.bz2 guix-master.tar.xz |
* doc/guix.texi (Binary Installation): In quotation, mention Debian,
Ubuntu, and openSUSE.
-rw-r--r-- | doc/guix.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 794907ce3a..af8d6f17af 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
@@ -682,6 +682,20 @@ chmod +x guix-install.sh | |||
682 | ./guix-install.sh | 682 | ./guix-install.sh |
683 | @end example | 683 | @end example |
684 | 684 | ||
685 | If you're running Debian or a derivative such as Ubuntu, you can instead | ||
686 | install the package (it might be a version older than @value{VERSION} | ||
687 | but you can update it afterwards by running @samp{guix pull}): | ||
688 | |||
689 | @example | ||
690 | sudo apt install guix | ||
691 | @end example | ||
692 | |||
693 | Likewise on openSUSE: | ||
694 | |||
695 | @example | ||
696 | sudo zypper install guix | ||
697 | @end example | ||
698 | |||
685 | When you're done, @pxref{Application Setup} for extra configuration you | 699 | When you're done, @pxref{Application Setup} for extra configuration you |
686 | might need, and @ref{Getting Started} for your first steps! | 700 | might need, and @ref{Getting Started} for your first steps! |
687 | @end quotation | 701 | @end quotation |