~ruther/guix-local

93e1f4e363242f7aeb4b8a6e9ac51d230c3bf21b — Ludovic Courtès a month ago f45b68f
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 <rutherther@ditigal.xyz>
1 files changed, 8 insertions(+), 8 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +8 -8
@@ 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