>From ee2f4467d84ad9516b14c7bd14f821e4bec443cc Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sun, 1 Nov 2015 16:27:07 +0100 Subject: [PATCH] doc: Add an exception in "Running Guix Before It Is Installed". * doc/contributing.texi (Running Guix Before It Is Installed): Add an exception footnote for `guix pull'. Suggested-by: Alex Vong --- doc/contributing.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index f855daf..d033b1f 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -72,8 +72,9 @@ test the changes made in your local source tree checkout without actually installing them. So that you can distinguish between your ``end-user'' hat and your ``motley'' costume. -To that end, all the command-line tools can be used even if you have not -run @code{make install}. To do that, prefix each command with +To that end, all the command-line address@hidden@code{guix pull} is an +exception (@pxref{Invoking guix pull}).} can be used even if you have +not run @code{make install}. To do that, prefix each command with @command{./pre-inst-env} (the @file{pre-inst-env} script lives in the top build tree of Guix), as in: -- 2.6.1