From 9501735f0302cfde2f997b676f72d7577c472dea Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Tue, 4 Mar 2025 16:15:28 -0700 Subject: [PATCH] Updated readme to remove the other tap requirements --- README.org | 16 ---------------- 1 file changed, 16 deletions(-) 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