[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch version-1.4.0 updated: doc: Add missing quotes in wget command fo
From: |
guix-commits |
Subject: |
branch version-1.4.0 updated: doc: Add missing quotes in wget command for ‘guix-install.sh’. |
Date: |
Tue, 21 Jan 2025 10:14:32 -0500 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch version-1.4.0
in repository guix.
The following commit(s) were added to refs/heads/version-1.4.0 by this push:
new bba1e723b0 doc: Add missing quotes in wget command for
‘guix-install.sh’.
bba1e723b0 is described below
commit bba1e723b0ae81b377e0927a2f19bcc8b7b79479
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Jan 21 16:13:39 2025 +0100
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
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index efc7d60956..a85c9f690b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch version-1.4.0 updated: doc: Add missing quotes in wget command for ‘guix-install.sh’.,
guix-commits <=