From 1b256af99fbc07d82f0caaefedd6001078fb5ccc Mon Sep 17 00:00:00 2001 From: Philippe SWARTVAGHER <philippe.swartvagher@inria.fr> Date: Fri, 26 Jul 2024 16:23:48 +0200 Subject: [PATCH] README: Update instructions to build the website --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 8b13be1..b6a45e1 100644 --- a/README +++ b/README @@ -12,8 +12,8 @@ This website is developed using the [[https://guix.gnu.org/download/][GNU Guix]] Run the following command in the website folder (=cd path/to/website=): #+BEGIN_EXAMPLE - guix environment -C -m manifest.scm \ - -E GUIX_LOCPATH -E LANG --share=$HOME/.guix-profile/lib/locale \ + guix shell -C -m manifest.scm \ + -E GUIX_LOCPATH -E LANG --share=$GUIX_LOCPATH \ -- haunt build #+END_EXAMPLE @@ -25,8 +25,8 @@ To try out the website locally while you work on it, run the following command: #+BEGIN_EXAMPLE - guix environment -C -N -m manifest.scm \ - -E GUIX_LOCPATH -E LANG --share=$HOME/.guix-profile/lib/locale \ + guix shell -C -N -m manifest.scm \ + -E GUIX_LOCPATH -E LANG --share=$GUIX_LOCPATH \ -- haunt serve -w #+END_EXAMPLE -- GitLab