diff --git a/README b/README index 8b13be1b9d46fe29e5e7534c3de48d98009db746..b6a45e1e8f4c7bad039b60705bbe18d827d47657 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