guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: doc: Suggest unpacking the binary tarball in /tmp.


From: Ludovic Courtès
Subject: 03/03: doc: Suggest unpacking the binary tarball in /tmp.
Date: Mon, 08 Jun 2015 21:32:14 +0000

civodul pushed a commit to branch master
in repository guix.

commit 5dc42964a7899ffdb668e74c62d89f8b7718818e
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 8 23:31:02 2015 +0200

    doc: Suggest unpacking the binary tarball in /tmp.
    
    Suggested by Thomas Schwinge <address@hidden> and others.
    
    * doc/guix.texi (Binary Installation): Suggest unpacking in /tmp rather 
than /.
---
 doc/guix.texi |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index a0f3443..c62e44e 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 address@hidden@var{system}.tar.xz
+# mv var/guix /var/ && mv gnu /
 @end example
 
 This creates @file{/gnu/store} (@pxref{The Store}) and @file{/var/guix}.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]