diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-03-02 18:46:06 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-03-06 23:25:51 +0100 |
commit | 364422d0ac6608e9297070b80d091a3c11c6cce7 (patch) | |
tree | bfc4b31d7ca944f4e12d072152fad45e96224b06 /doc/guix.texi | |
parent | 06e61f9cd2f4c317e19bf4eca817737af6544c42 (diff) |
doc: Fix typo in “Getting Started with the System”.
* doc/guix.texi (Getting Started with the System): Fix typo.
Change-Id: Idc52b9a4d5f5003899613595b6b275e098f6a3a8
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 87fe9f803c..176c92971f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -17295,7 +17295,7 @@ as. This means that if you choose to use @command{guix system reconfigure} in root's login shell, you'll need to @command{guix pull} separately. @end quotation -That's it! If you're getting starting with Guix entirely, +That's it! If you're getting started with Guix entirely, @pxref{Getting Started}. The next sections dive in more detail into the crux of the matter: system configuration. |