aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 5e0ce7b..a328641 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -41,6 +41,8 @@ following function can be defined in the .bashrc file:
if [ -e "$GUIX_PROFILE/etc/profile" ]; then
source "$GUIX_PROFILE/etc/profile"
fi
+ # set path for locale
+ GUIX_LOCPATH=$GUIX_PROFILE/lib/locale
}
To continue, start a new shell (or ``source`` the modified .bashrc file), move