doc: Suggest unpacking the binary tarball in /tmp.

Suggested by Thomas Schwinge <thomas@codesourcery.com> and others.

* doc/guix.texi (Binary Installation): Suggest unpacking in /tmp rather than /.
master
Ludovic Courtès 2015-06-08 23:31:02 +02:00
parent 7acd3439ea
commit 5dc42964a7
1 changed files with 2 additions and 1 deletions

View File

@ -280,8 +280,9 @@ kernel Linux, and so on.
As @code{root}, run:
@example
# cd /
# cd /tmp
# tar xf guix-binary-@value{VERSION}.@var{system}.tar.xz
# mv var/guix /var/ && mv gnu /
@end example
This creates @file{/gnu/store} (@pxref{The Store}) and @file{/var/guix}.