From 93e1f4e363242f7aeb4b8a6e9ac51d230c3bf21b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 18 Jan 2026 18:26:50 +0100 Subject: [PATCH] =?UTF-8?q?doc:=20Remove=20=E2=80=98#=E2=80=99=20from=20co?= =?UTF-8?q?de=20snippets=20to=20allow=20for=20copy/paste.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/guix.texi (Binary Installation): Remove leading ‘#’ from code snippets. Change-Id: Id459799ffdf26da3f9ab2907ed68e0ac7eb857fc Signed-off-by: Rutherther --- doc/guix.texi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index a40082a001d..74dd90811e8 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