Updated README

This commit is contained in:
Chad Nelson 2025-02-28 10:58:06 -07:00
parent 55dc43c035
commit 99f1a67ee9

View file

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