guix_mirror_bot pushed a commit to branch version-1.5.0 in repository guix.
commit 93e1f4e363242f7aeb4b8a6e9ac51d230c3bf21b Author: Ludovic Courtès <[email protected]> AuthorDate: Sun Jan 18 18:26:50 2026 +0100 doc: Remove ‘#’ from code snippets to allow for copy/paste. * doc/guix.texi (Binary Installation): Remove leading ‘#’ from code snippets. Change-Id: Id459799ffdf26da3f9ab2907ed68e0ac7eb857fc Signed-off-by: Rutherther <[email protected]> --- doc/guix.texi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index a40082a001..74dd90811e 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -790,10 +790,10 @@ The script guides you through the following: As root, run: @example -# cd /tmp -# wget https://guix.gnu.org/guix-install.sh -# chmod +x guix-install.sh -# ./guix-install.sh +cd /tmp +wget https://guix.gnu.org/guix-install.sh +chmod +x guix-install.sh +./guix-install.sh @end example @quotation Note @@ -811,10 +811,10 @@ To use substitutes from @code{@value{SUBSTITUTE-SERVER-1}}, For example, @example -# guix archive --authorize < \ - ~root/.config/guix/current/share/guix/@value{SUBSTITUTE-SERVER-1}.pub -# guix archive --authorize < \ - ~root/.config/guix/current/share/guix/@value{SUBSTITUTE-SERVER-2}.pub +guix archive --authorize < \ + ~root/.config/guix/current/share/guix/@value{SUBSTITUTE-SERVER-1}.pub +guix archive --authorize < \ + ~root/.config/guix/current/share/guix/@value{SUBSTITUTE-SERVER-2}.pub @end example @end quotation
