diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-01-18 18:47:03 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-19 18:52:29 +0100 |
| commit | b12d80aec39ed5241b6bb26eaec82a559093a7fb (patch) | |
| tree | e131b599da4b68d5166f57d7891ba207aa4a822c | |
| parent | 02840cc74fecabc8a288a5460837c5f3e4f909cb (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.texi | 8 |
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 | ||
| 790 | When you're done installing Guix, @pxref{Application Setup} for extra | ||
| 791 | configuration you might need, and @ref{Getting Started} for your first | ||
| 792 | steps! | ||
| 793 | |||
| 790 | The script goes through the following steps: | 794 | The 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 | ||
| 829 | When you're done installing Guix, @pxref{Application Setup} for extra | ||
| 830 | configuration you might need, and @ref{Getting Started} for your first | ||
| 831 | steps! | ||
| 832 | |||
| 833 | @quotation Note | 833 | @quotation Note |
| 834 | The binary installation tarball can be (re)produced and verified simply | 834 | The binary installation tarball can be (re)produced and verified simply |
| 835 | by running the following command in the Guix source tree: | 835 | by running the following command in the Guix source tree: |
