Compare commits

..

No commits in common. "main" and "v0.1.1" have entirely different histories.
main ... v0.1.1

View file

@ -19,6 +19,22 @@ MSG is an attempt to create a native-like experience for Guix on MacOS, using me
* Installation
** Install from Homebrew Tap
*** Requirements
This formula requires guile-next from aconchillo's homebrew guile tap. You can add/install with the following:
#+begin_src sh
brew tap aconchillo/guile
brew install guile-next
#+end_src
**** 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
1. Add the main MSG homebrew tap