diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-11-25 21:35:53 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-11-26 00:16:35 +0100 |
commit | e97a4a294480cafd5c7cc79e700a86263659b70c (patch) | |
tree | db916af3b7de416ad369d8f61d39bdb7c69b032f /doc | |
parent | d482e13fbe94490c91a2759a982575853e46039b (diff) | |
download | patches-e97a4a294480cafd5c7cc79e700a86263659b70c.tar patches-e97a4a294480cafd5c7cc79e700a86263659b70c.tar.gz |
doc: cookbook: Add cross-reference about ./pre-inst-env.
* doc/guix-cookbook.texi (Direct checkout hacking): Refer to "Running
Guix Before It Is Installed".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix-cookbook.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 02869a8242..be610cc540 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -670,7 +670,7 @@ In the rest of this article, we use @samp{$GUIX_CHECKOUT} to refer to the locati the checkout. -Follow the instruction in the manual (@pxref{Contributing,,, guix, GNU Guix +Follow the instructions in the manual (@pxref{Contributing,,, guix, GNU Guix Reference Manual}) to set up the repository environment. Once ready, you should be able to use the package definitions from the @@ -679,7 +679,8 @@ repository environment. Feel free to edit package definitions found in @samp{$GUIX_CHECKOUT/gnu/packages}. The @samp{$GUIX_CHECKOUT/pre-inst-env} script lets you use @samp{guix} over the package -collection of the repository. +collection of the repository (@pxref{Running Guix Before It Is +Installed,,, guix, GNU Guix Reference Manual}). @itemize @item |