diff --git a/doc/guix.texi b/doc/guix.texi index 283d24af971..500f6e78e91 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -795,7 +795,7 @@ sudo pacman -S guix The Guix project also provides a shell script, @file{guix-install.sh}, which automates the binary installation process without use of a foreign distro package -manager@footnote{@uref{https://guix.gnu.org/install.sh}}. +manager@footnote{@uref{https://guix.gnu.org/guix-install.sh}}. Use of @file{guix-install.sh} requires Bash, GnuPG, GNU@tie{}tar, wget, and Xz. @@ -812,7 +812,7 @@ As root, run: @example # cd /tmp -# wget https://guix.gnu.org/install.sh +# wget https://guix.gnu.org/guix-install.sh # chmod +x guix-install.sh # ./guix-install.sh @end example