From 6275c911bd1c58a742bf1bd29c52d684100df1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 18 Jan 2026 18:32:18 +0100 Subject: [PATCH] =?UTF-8?q?doc:=20Link=20to=20=E2=80=98guix-install.sh?= =?UTF-8?q?=E2=80=99=20upfront=20under=20=E2=80=9CBinary=20Installation?= =?UTF-8?q?=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/guix.texi (Binary Installation): Link to the script upfront rather than in a footnote. Change-Id: Icd89d0e9bb0c701b6b956ce214015e5466299bf3 Signed-off-by: Rutherther --- doc/guix.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 74dd90811e8..65e56575ccf 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -770,10 +770,10 @@ This section only applies to systems without Guix. Following it for existing Guix installations will overwrite important system files. @end quotation -The Guix project also provides a shell script, @file{guix-install.sh}, +The Guix project also provides a shell script, +@uref{https://guix.gnu.org/guix-install.sh, @file{guix-install.sh}}, which automates the binary installation process without use of a foreign -distro package -manager@footnote{@uref{https://guix.gnu.org/guix-install.sh}}. +distro package manager. Use of @file{guix-install.sh} requires Bash, GnuPG, GNU@tie{}tar, wget, and Xz. On systems where systemd is detected, the tool @command{newgidmap} from the @code{uidmap} package is also required.