Updated README
This commit is contained in:
parent
99f1a67ee9
commit
e14fef7f66
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ brew install guile-next
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
**** Make sure to follow the caveat instructions and add the guile paths to your .zshrc or equivalent
|
**** Make sure to follow the caveat instructions and add the guile paths to your .zshrc or equivalent
|
||||||
|
#+begin_src sh
|
||||||
|
export GUILE_LOAD_PATH="#{HOMEBREW_PREFIX}/share/guile/site/3.0"
|
||||||
|
export GUILE_LOAD_COMPILED_PATH="#{HOMEBREW_PREFIX}/lib/guile/3.0/site-ccache"
|
||||||
|
export GUILE_SYSTEM_EXTENSIONS_PATH="#{HOMEBREW_PREFIX}/lib/guile/3.0/extensions"
|
||||||
|
#+end_src
|
||||||
|
|
||||||
*** Add MSG Tap and Install
|
*** Add MSG Tap and Install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue