diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-07-24 22:49:42 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-25 14:43:44 +0200 |
commit | 53de532f287d49627e4fcaaa3991a6e87810a98a (patch) | |
tree | ac4293deef8bfb2a175fe1945888bf99a585e65b /doc | |
parent | bd4af2f940826617f0ecb3fb5a3f3b02f3b79a9a (diff) | |
download | patches-53de532f287d49627e4fcaaa3991a6e87810a98a.tar patches-53de532f287d49627e4fcaaa3991a6e87810a98a.tar.gz |
doc: Make "Application Setup" more prominent.
* doc/guix.texi (Binary Installation): Add reference to "Application Setup".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 44812ff724..24b203998b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -364,7 +364,8 @@ authorize them: @end example @end enumerate -And that's it! +And that's it! For additional tips and tricks, @pxref{Application +Setup}. The @code{guix} package must remain available in @code{root}'s profile, or it would become subject to garbage collection---in which |