From ce3807b79aa7eb20c53c8679ba39f6238c041098 Mon Sep 17 00:00:00 2001 From: Luis Felipe Date: Tue, 6 Apr 2021 12:36:30 -0500 Subject: [PATCH] website: README: Fix build and serve commands. Both commands failed because they referred to a directory that does not exist: $HOME/.guix-profile/lib/locale instead of $HOME/.guix-profile/lib/locales (plural). * website/README (Running the website): Fix path to locales. --- website/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/README b/website/README index 69e666c..7f386f6 100644 --- a/website/README +++ b/website/README @@ -33,7 +33,7 @@ commands: ** Build locally #+begin_example GUIX_WEB_SITE_LOCAL=yes guix environment -C -m manifest.scm \ - -E GUIX_LOCPATH -E LANG --share=$HOME/.guix-profile/lib/locale \ + -E GUIX_LOCPATH -E LANG --share=$HOME/.guix-profile/lib/locales \ -E GUIX_WEB_SITE_LOCAL --share=/tmp \ -- haunt build #+end_example @@ -41,7 +41,7 @@ commands: ** Serve locally #+begin_example guix environment -CN -m manifest.scm \ - -E GUIX_LOCPATH -E LANG --share=$HOME/.guix-profile/lib/locale \ + -E GUIX_LOCPATH -E LANG --share=$HOME/.guix-profile/lib/locales \ --share=/tmp \ -- haunt serve -w #+end_example base-commit: 906436c869b01c57fac9418fb32d3ddd0c6b196f -- 2.31.0