diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-03-07 17:39:04 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-03-08 22:03:19 +0100 |
commit | 1f3921e1435db7c9489f22832554ad4692434efc (patch) | |
tree | ea20bb076d0dd9d2f3ca670ed29c1f21964c5e9f /doc | |
parent | fee7f8a94ec64943109ba9c37f75c28749fb18bd (diff) | |
download | patches-1f3921e1435db7c9489f22832554ad4692434efc.tar patches-1f3921e1435db7c9489f22832554ad4692434efc.tar.gz |
doc: Explain what we mean by root in binary installation.
* doc/guix.texi (Binary Installation): Add explicit instructions to become root.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index abec0c0879..d3a7908f9c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -443,7 +443,8 @@ and rerun the @code{gpg --verify} command. @c end authentication part @item -As @code{root}, run: +Now, you need to become the @code{root} user. Depending on your distribution, +you may have to run @code{su -} or @code{sudo -i}. As @code{root}, run: @example # cd /tmp |