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) | |
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 a0f3443d9ee..c62e44e341d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -280,8 +280,9 @@ kernel Linux, and so on. | |||
| 280 | As @code{root}, run: | 280 | As @code{root}, run: |
| 281 | 281 | ||
| 282 | @example | 282 | @example |
| 283 | # cd / | 283 | # cd /tmp |
| 284 | # tar xf guix-binary-@value{VERSION}.@var{system}.tar.xz | 284 | # tar xf guix-binary-@value{VERSION}.@var{system}.tar.xz |
| 285 | # mv var/guix /var/ && mv gnu / | ||
| 285 | @end example | 286 | @end example |
| 286 | 287 | ||
| 287 | This creates @file{/gnu/store} (@pxref{The Store}) and @file{/var/guix}. | 288 | This creates @file{/gnu/store} (@pxref{The Store}) and @file{/var/guix}. |
