From 99f1a67ee91877a9b8acac375cc2e7d567b9e528 Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Fri, 28 Feb 2025 10:58:06 -0700 Subject: [PATCH] Updated README --- README.org | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 5242681..b5dd04e 100644 --- a/README.org +++ b/README.org @@ -17,7 +17,36 @@ MSG is an attempt to create a native-like experience for Guix on MacOS, using me 3. Improve GUI application performance with X11/Xquartz 4. Introduce a MSG Desktop GUI to accompany the cli -* Requirements +* 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 + +*** Add MSG Tap and Install + +1. Add the main MSG homebrew tap + #+begin_src sh + brew tap MSG/apps https://forge.superkamiguru.org/MSG/homebrew-apps + #+end_src + +2. Install msg-cli + #+begin_src sh + brew install msg-cli + #+end_src + +3. Make sure the homebrew guile paths are set from adding aconchillo's guile-next version (see above) + +** Building From Source + +*** Requirements - wget - qemu - autotools @@ -30,7 +59,7 @@ These can be installed by running: brew install autoconf automake libtool wget qemu texinfo guile-next #+end_src -* Installation + 1. First clone this repository with: #+begin_src sh git clone https://pagure.io/MSG/msg-cli.git msg