diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-03-17 23:52:06 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-03-18 00:39:50 +0100 |
commit | 7f608a9b45fc3d0dd209268150ef94cbd45da8ee (patch) | |
tree | 33a6ae30f20642e2810fdcd6c9c1097e07df044b /doc | |
parent | 4fd06a4dd1d4a894b96e586cef594270f8bbb88f (diff) | |
download | patches-7f608a9b45fc3d0dd209268150ef94cbd45da8ee.tar patches-7f608a9b45fc3d0dd209268150ef94cbd45da8ee.tar.gz |
doc: Make "Application Setup" slightly more visible.
Suggested by Arne Babenhauserheide.
* doc/guix.texi (Binary Installation): Make the "Application Setup"
reference an 8th item in the list.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 944e1fad1b..7eaef06cfb 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -506,11 +506,13 @@ To use substitutes from @code{hydra.gnu.org} or one of its mirrors @example # guix archive --authorize < ~root/.guix-profile/share/guix/hydra.gnu.org.pub @end example + +@item +Each user may need to perform a few additional steps to make their Guix +environment ready for use, @pxref{Application Setup}. @end enumerate -This completes root-level install of Guix. Each user will need to -perform additional steps to make their Guix environment ready for use, -@pxref{Application Setup}. +Voilà, the installation is complete! You can confirm that Guix is working by installing a sample package into the root profile: |