doc: Fix typo.
Fixes <http://bugs.gnu.org/35004>. * doc/guix.texi (Invoking guix package): Fix typo. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>master
parent
b3e39a475f
commit
cb68ae668a
|
@ -3082,7 +3082,7 @@ shells get all the right environment variable definitions:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
GUIX_PROFILE="$HOME/.guix-profile" ; \
|
GUIX_PROFILE="$HOME/.guix-profile" ; \
|
||||||
source "$HOME/.guix-profile/etc/profile"
|
source "$GUIX_PROFILE/etc/profile"
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
In a multi-user setup, user profiles are stored in a place registered as
|
In a multi-user setup, user profiles are stored in a place registered as
|
||||||
|
|
Reference in New Issue