Updated readme to remove the other tap requirements

This commit is contained in:
Chad Nelson 2025-03-04 16:15:28 -07:00
parent 051e919960
commit 9501735f03

View file

@ -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