aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2018-05-16 13:03:27 +0100
committerPaul Garlick <pgarlick@tourbillion-technology.com>2018-05-16 13:03:27 +0100
commitda5e37cf769edbec94927f65b25936476f436360 (patch)
tree9a996e12c529e090b657d70f22e7ea93054f8ebb
parent75d72615371b015e2fd6c2c30f9b6757fd2231ff (diff)
downloadtweed-da5e37cf769edbec94927f65b25936476f436360.tar.gz
re-instate GUIX_LOCPATH, needed in user's startGuix function
-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