diff options
author | zimoun <zimon.toutoune@gmail.com> | 2019-11-06 19:35:54 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-11-09 23:04:14 +0100 |
commit | 0758a70cc008171f31c848128deca9803536fe60 (patch) | |
tree | 09c7c57ad1a7099d2f6629a475db6ca5053b0c7f /doc/contributing.texi | |
parent | 929c365ad02a50a6b612866d7700e01e62e3fdd6 (diff) | |
download | guix-0758a70cc008171f31c848128deca9803536fe60.tar guix-0758a70cc008171f31c848128deca9803536fe60.tar.gz |
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 'doc/contributing.texi')
-rw-r--r-- | doc/contributing.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 655c8283e5..ee72b2f94d 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -94,7 +94,8 @@ more information. Then, run @command{./configure} as usual. Make sure to pass @code{--localstatedir=@var{directory}} where @var{directory} is the @code{localstatedir} value used by your current installation (@pxref{The -Store}, for information about this). +Store}, for information about this). We recommend to use the value +@code{/var}. Finally, you have to invoke @code{make check} to run tests (@pxref{Running the Test Suite}). If anything |