diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-06-08 23:31:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-08 23:31:02 +0200 |
commit | 5dc42964a7899ffdb668e74c62d89f8b7718818e (patch) | |
tree | 4eab37e499c10538e1959d7017e609659a271731 /doc | |
parent | 7acd3439eab716882835228be16346c5d3b4df21 (diff) | |
download | patches-5dc42964a7899ffdb668e74c62d89f8b7718818e.tar patches-5dc42964a7899ffdb668e74c62d89f8b7718818e.tar.gz |
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 /.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a0f3443d9e..c62e44e341 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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}. |