~ruther/guix-local

1768213c0aed6939217e55bd719f9f8a8858713c — Ludovic Courtès 11 years ago ae0bdd8
doc: Remove bits about having to create /gnu/store manually.

* doc/guix.texi (Build Environment Setup): Remove bit about creating
  /gnu/store.  This is done automatically since 15ddeff.
1 files changed, 0 insertions(+), 9 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +0 -9
@@ 383,15 383,6 @@ Bash syntax and the @code{shadow} commands):
  done
@end example

The @file{/gnu/store} directory (or whichever was specified with the
@code{--with-store-dir} option) must have ownership and permissions as
follows:

@example
# chgrp guix-builder /gnu/store
# chmod 1775 /gnu/store
@end example

@noindent
The @code{guix-daemon} program may then be run as @code{root} with: