diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-01-18 18:42:07 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-19 18:52:27 +0100 |
| commit | 6e89d38ce8b7c0e845213f84de1bedc776fdd790 (patch) | |
| tree | 73940d95cac372da8c25c02c79edac4173746a18 /doc | |
| parent | a92a0ddaea4293ab232cf7e44ca11e65c6b6a1fb (diff) | |
doc: Move ‘guix-install.sh’ commands upfront in “Binary Installation”.
* doc/guix.texi (Binary Installation): Move installation commands upfront.
Change-Id: Ie63837f29d5c2f25e3e50039facb8cdb12ba2f82
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 8a9e5d052c1..bdb41c93058 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -777,6 +777,16 @@ Use of @file{guix-install.sh} requires Bash, GnuPG, GNU@tie{}tar, wget, | |||
| 777 | and Xz. On systems where systemd is detected, the tool | 777 | and Xz. On systems where systemd is detected, the tool |
| 778 | @command{newgidmap} from the @code{uidmap} package is also required. | 778 | @command{newgidmap} from the @code{uidmap} package is also required. |
| 779 | 779 | ||
| 780 | To install Guix on top of your GNU/Linux system, run the following | ||
| 781 | commands as root: | ||
| 782 | |||
| 783 | @example | ||
| 784 | cd /tmp | ||
| 785 | wget https://guix.gnu.org/guix-install.sh | ||
| 786 | chmod +x guix-install.sh | ||
| 787 | ./guix-install.sh | ||
| 788 | @end example | ||
| 789 | |||
| 780 | The script goes through the following steps: | 790 | The script goes through the following steps: |
| 781 | 791 | ||
| 782 | @itemize | 792 | @itemize |
| @@ -786,15 +796,6 @@ The script goes through the following steps: | |||
| 786 | @item Configuring substitute servers | 796 | @item Configuring substitute servers |
| 787 | @end itemize | 797 | @end itemize |
| 788 | 798 | ||
| 789 | As root, run: | ||
| 790 | |||
| 791 | @example | ||
| 792 | cd /tmp | ||
| 793 | wget https://guix.gnu.org/guix-install.sh | ||
| 794 | chmod +x guix-install.sh | ||
| 795 | ./guix-install.sh | ||
| 796 | @end example | ||
| 797 | |||
| 798 | @quotation Note | 799 | @quotation Note |
| 799 | By default, @file{guix-install.sh} will configure Guix to download | 800 | By default, @file{guix-install.sh} will configure Guix to download |
| 800 | pre-built package binaries, called @dfn{substitutes} | 801 | pre-built package binaries, called @dfn{substitutes} |
