diff options
author | Simon Josefsson <simon@josefsson.org> | 2025-02-07 09:12:48 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-02-12 10:50:41 +0100 |
commit | 2afb48804e4ff829ed5ed97757fde0a2cd8e39fc (patch) | |
tree | f594e93c7722c019f0d9fd40ced6da40978c467b | |
parent | 4335fac525d7f536f7711137ac831b4d374d7647 (diff) | |
download | guix-2afb48804e4ff829ed5ed97757fde0a2cd8e39fc.tar.gz guix-2afb48804e4ff829ed5ed97757fde0a2cd8e39fc.zip |
doc: Recommend login as non-root user after installation.
* doc/guix.texi (After System Installation): Fix.
Signed-off-by: Simon Josefsson <simon@josefsson.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index ce780682ed..278e610194 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2595,8 +2595,9 @@ unless your configuration specifies otherwise @node After System Installation @section After System Installation -Success, you've now booted into Guix System! You can upgrade the system -whenever you want by running: +Success, you've now booted into Guix System! Login to the system using +the non-@code{root} user that you created during installation. You can +upgrade the system whenever you want by running: @example guix pull |