3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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 /.
This commit is contained in:
Ludovic Courtès 2015-06-08 23:31:02 +02:00
parent 7acd3439ea
commit 5dc42964a7

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}.