summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-06-12 18:51:55 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-06-12 18:52:42 +0200
commit88b696ef27134c3e55355706d5917f0aa975a6be (patch)
tree9838fde59c3e155f9987678137b49128648e61b8 /doc
parent24d32e67dba4a4588223799560f175a0c66b3e79 (diff)
downloadguix-patches-88b696ef27134c3e55355706d5917f0aa975a6be.tar
guix-patches-88b696ef27134c3e55355706d5917f0aa975a6be.tar.gz
doc: Improve tarball extraction example.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
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