summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-01-18 18:47:03 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-19 18:52:29 +0100
commitb12d80aec39ed5241b6bb26eaec82a559093a7fb (patch)
treee131b599da4b68d5166f57d7891ba207aa4a822c
parent02840cc74fecabc8a288a5460837c5f3e4f909cb (diff)
doc: Move “When you’re done” instructions right after ‘guix-install.sh’.
* doc/guix.texi (Binary Installation): Move “When you’re done” instructions right after script execution. Change-Id: I70c9015add401a6ad6465941f423a3c4c9ef9b24 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
-rw-r--r--doc/guix.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 8c52a16a3a3..2e262edb6c2 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -787,6 +787,10 @@ chmod +x guix-install.sh
787./guix-install.sh 787./guix-install.sh
788@end example 788@end example
789 789
790When you're done installing Guix, @pxref{Application Setup} for extra
791configuration you might need, and @ref{Getting Started} for your first
792steps!
793
790The script goes through the following steps: 794The script goes through the following steps:
791 795
792@enumerate 796@enumerate
@@ -826,10 +830,6 @@ guix archive --authorize < \
826@end example 830@end example
827@end quotation 831@end quotation
828 832
829When you're done installing Guix, @pxref{Application Setup} for extra
830configuration you might need, and @ref{Getting Started} for your first
831steps!
832
833@quotation Note 833@quotation Note
834The binary installation tarball can be (re)produced and verified simply 834The binary installation tarball can be (re)produced and verified simply
835by running the following command in the Guix source tree: 835by running the following command in the Guix source tree: