diff --git a/README.org b/README.org index be8630e..25c104e 100644 --- a/README.org +++ b/README.org @@ -19,22 +19,6 @@ 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