diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-05-25 12:51:57 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-05-25 13:03:29 +0200 |
| commit | f5219f0b3822473d9cf93366fcc41c2f8ffab914 (patch) | |
| tree | ca56077208d4ae35b6a8d4c93502bdb7442996c8 | |
| parent | 807027dc0a9110ac382a14cb4c5f943f708f02a5 (diff) | |
doc: Update URL of installation script.
* doc/guix.texi (Binary Installation): Update URL of installation
script.
Change-Id: I72ec47b9510d5ec0cf27a146b2c0e6b59d42e963
| -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 34d22c8d69c..0f4b2765f59 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -791,7 +791,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://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh}}. +manager@footnote{@uref{https://guix.gnu.org/install.sh}}. Use of @file{guix-install.sh} requires Bash, GnuPG, GNU@tie{}tar, wget, and Xz. @@ -808,7 +808,7 @@ As root, run: @example # cd /tmp -# wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh +# wget https://guix.gnu.org/install.sh # chmod +x guix-install.sh # ./guix-install.sh @end example |
