diff options
author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-19 22:08:27 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-19 22:22:15 +0900 |
commit | 93b65f5aca6ebe7b953deb6bdfc09a8ce34e4183 (patch) | |
tree | 886c5e8e17e2c451f9766ab875555759464c5f22 | |
parent | 2759c29711f0b96c529bb7b50d7eadb2b8de87b4 (diff) |
doc: Adjust guix-install.sh URL.
A new alias as been added to the nginx configuration to improve consistency.
* doc/guix.texi (Binary Installation): Replace https://guix.gnu.org/install.sh
with https://guix.gnu.org/guix-install.sh.
Closes: #573
Change-Id: Iaf1da338b5d6433e9e7b1459db3587bf7a44ad79
Reported-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 283d24af97..500f6e78e9 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 |