mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
doc: Explain what we mean by root in binary installation.
* doc/guix.texi (Binary Installation): Add explicit instructions to become root.
This commit is contained in:
parent
fee7f8a94e
commit
1f3921e143
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue