doc: Improve tarball extraction example.
authorJulien Lepiller <julien@lepiller.eu>
Wed, 12 Jun 2019 16:51:55 +0000 (18:51 +0200)
committerJulien Lepiller <julien@lepiller.eu>
Wed, 12 Jun 2019 16:52:42 +0000 (18:52 +0200)
doc/guix.texi

index 1b07327..9dc1d2a 100644 (file)
@@ -570,7 +570,7 @@ you may have to run @code{su -} or @code{sudo -i}.  As @code{root}, run:
 @example
 # cd /tmp
 # tar --warning=no-timestamp -xf \
-     guix-binary-@value{VERSION}.@var{system}.tar.xz
+     /path/to/guix-binary-@value{VERSION}.@var{system}.tar.xz
 # mv var/guix /var/ && mv gnu /
 @end example