summaryrefslogtreecommitdiff
path: root/doc/contributing.texi
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2016-03-10 09:52:18 -0800
committerChristopher Allan Webber <cwebber@dustycloud.org>2016-03-11 08:41:07 -0800
commitb5f990a68075a3dcc1e8198857f1ca04d9c73ad7 (patch)
tree1ef75b43eaebe1750224068038b81dad8b56b8c9 /doc/contributing.texi
parent66a30a3ea47ef1086d1b924ebe1d7c6bba8ee72f (diff)
downloadgnu-guix-b5f990a68075a3dcc1e8198857f1ca04d9c73ad7.tar
gnu-guix-b5f990a68075a3dcc1e8198857f1ca04d9c73ad7.tar.gz
doc: Add footnote about pointing ~/.config/guix/latest at user's checkout
* doc/contributing.texi (Running Guix Before It Is Installed): New footnote.
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r--doc/contributing.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 3dbd3dbba6..91759b677a 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -140,7 +140,13 @@ necessary to support this, including @env{PATH} and @env{GUILE_LOAD_PATH}.
Note that @command{./pre-inst-env guix pull} does @emph{not} upgrade the
local source tree; it simply updates the @file{~/.config/guix/latest}
symlink (@pxref{Invoking guix pull}). Run @command{git pull} instead if
-you want to upgrade your local source tree.
+you want to upgrade your local source tree.@footnote{If you would like
+to set up @command{guix} to use your Git checkout, you can point the
+@file{~/.config/guix/latest} symlink to your Git checkout directory.
+If you are the sole user of your system, you may also consider pointing
+the @file{/root/.config/guix/latest} symlink to point to
+@file{~/.config/guix/latest}; this way it will always use the same
+@command{guix} as your user does.}
@node The Perfect Setup