doc: Fix a grammatical error in the system installation guide.
* doc/guix.texi (After System Installation): Fix grammar. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
42637f847e
commit
b3a36ab55b
1 changed files with 2 additions and 1 deletions
|
@ -86,6 +86,7 @@ Copyright @copyright{} 2020 raingloom@*
|
||||||
Copyright @copyright{} 2020 Daniel Brooks@*
|
Copyright @copyright{} 2020 Daniel Brooks@*
|
||||||
Copyright @copyright{} 2020 John Soo@*
|
Copyright @copyright{} 2020 John Soo@*
|
||||||
Copyright @copyright{} 2020 Jonathan Brielmaier@*
|
Copyright @copyright{} 2020 Jonathan Brielmaier@*
|
||||||
|
Copyright @copyright{} 2020 Edgar Vincent@*
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version 1.3 or
|
under the terms of the GNU Free Documentation License, Version 1.3 or
|
||||||
|
@ -2625,7 +2626,7 @@ Note that @command{sudo guix} runs your user's @command{guix} command and
|
||||||
explicitly run root's @command{guix}, type @command{sudo -i guix @dots{}}.
|
explicitly run root's @command{guix}, type @command{sudo -i guix @dots{}}.
|
||||||
|
|
||||||
The difference matters here, because @command{guix pull} updates
|
The difference matters here, because @command{guix pull} updates
|
||||||
the @command{guix} command and package definitions only for the user it is ran
|
the @command{guix} command and package definitions only for the user it is run
|
||||||
as. This means that if you choose to use @command{guix system reconfigure} in
|
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.
|
root's login shell, you'll need to @command{guix pull} separately.
|
||||||
@end quotation
|
@end quotation
|
||||||
|
|
Reference in a new issue