mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
doc: Add missing quotes in wget command for ‘guix-install.sh’.
* doc/guix.texi (Binary Installation): Add missing quotes in wget command. Change-Id: I4ebb50492070c298ccc4f02e62d90e875ffe44da
This commit is contained in:
parent
47d554602c
commit
bba1e723b0
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ user. As root, you can thus run this:
|
|||
|
||||
@example
|
||||
cd /tmp
|
||||
wget https://git.savannah.gnu.org/gitweb/?p=guix.git;a=blob_plain;f=etc/guix-install.sh;hb=HEAD
|
||||
wget 'https://git.savannah.gnu.org/gitweb/?p=guix.git;a=blob_plain;f=etc/guix-install.sh;hb=HEAD'
|
||||
chmod +x guix-install.sh
|
||||
./guix-install.sh
|
||||
@end example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue