From: Julien Lepiller Date: Wed, 12 Jun 2019 16:51:55 +0000 (+0200) Subject: doc: Improve tarball extraction example. X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/commitdiff_plain/88b696ef27134c3e55355706d5917f0aa975a6be doc: Improve tarball extraction example. --- diff --git a/doc/guix.texi b/doc/guix.texi index 1b07327278..9dc1d2a9ca 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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