summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2019-11-06 19:35:54 +0100
committerLudovic Courtès <ludo@gnu.org>2019-11-09 23:04:14 +0100
commit0758a70cc008171f31c848128deca9803536fe60 (patch)
tree09c7c57ad1a7099d2f6629a475db6ca5053b0c7f /README
parent929c365ad02a50a6b612866d7700e01e62e3fdd6 (diff)
doc: Mention value /var to localstatedir option.
* README (Installing Guix from Guix): Mention value /var to localstatedir option. * doc/contributing.texi (Building from Git): Likewise. * doc/guix.texi (Requirements): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 02d6f7190a7..7121358157f 100644
--- a/README
+++ b/README
@@ -63,7 +63,8 @@ To do so:
63 - Re-run the 'configure' script passing it the option 63 - Re-run the 'configure' script passing it the option
64 '--localstatedir=/somewhere', where '/somewhere' is the 'localstatedir' 64 '--localstatedir=/somewhere', where '/somewhere' is the 'localstatedir'
65 value of the currently installed Guix (failing to do that would lead the 65 value of the currently installed Guix (failing to do that would lead the
66 new Guix to consider the store to be empty!). 66 new Guix to consider the store to be empty!). We recommend to use the
67 value '/var'.
67 68
68 - Run "make", "make check", and "make install". 69 - Run "make", "make check", and "make install".
69 70