ui: Use "guix install" in locale hint.

* guix/ui.scm (install-locale): Change "guix package -i" to "guix install".
This commit is contained in:
Ludovic Courtès 2020-10-01 22:32:22 +02:00
parent f43ffee908
commit dc749a0e91
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

@ -492,7 +492,7 @@ part."
lines:
@example
guix package -i glibc-utf8-locales
guix install glibc-utf8-locales
export GUIX_LOCPATH=\"$HOME/.guix-profile/lib/locale\"
@end example