mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
2759c29711
commit
93b65f5aca
1 changed files with 2 additions and 2 deletions
|
@ -795,7 +795,7 @@ sudo pacman -S guix
|
||||||
The Guix project also provides a shell script, @file{guix-install.sh},
|
The Guix project also provides a shell script, @file{guix-install.sh},
|
||||||
which automates the binary installation process without use of a foreign
|
which automates the binary installation process without use of a foreign
|
||||||
distro package
|
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,
|
Use of @file{guix-install.sh} requires Bash, GnuPG, GNU@tie{}tar, wget,
|
||||||
and Xz.
|
and Xz.
|
||||||
|
|
||||||
|
@ -812,7 +812,7 @@ As root, run:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
# cd /tmp
|
# cd /tmp
|
||||||
# wget https://guix.gnu.org/install.sh
|
# wget https://guix.gnu.org/guix-install.sh
|
||||||
# chmod +x guix-install.sh
|
# chmod +x guix-install.sh
|
||||||
# ./guix-install.sh
|
# ./guix-install.sh
|
||||||
@end example
|
@end example
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue