exported changes to md

This commit is contained in:
Chad Nelson-Toohey 2024-01-08 08:21:27 -07:00
parent 0828d045f0
commit 78b4ee078a

View file

@ -1,22 +1,22 @@
# Table of Contents # Table of Contents
1. [Overview](#org1eda427) 1. [Overview](#org4065207)
2. [F.A.Q](#orgfc50bf1) 2. [F.A.Q](#orgd8b8465)
3. [Requirements](#org8cbb709) 3. [Requirements](#orgae22de7)
4. [Installation](#orgdce7019) 4. [Installation](#org5f335d1)
5. [Usage](#org7b210ca) 5. [Usage](#orgfbf9088)
<a id="org1eda427"></a> <a id="org4065207"></a>
# Overview # Overview
MSG is an attempt to create a native-like experience for Guix on MacOS, using methods inspired by others like Podman/Docker/Lima. It uses Qemu with a prebuilt installer image to create a customized local Guix instance (supported on Intel and Apple Silicon based Macs). The base image is pretty barebones and is meant to be customized to your liking. To get a good idea of whats included you can reference the /etc/config.scm file within the built image. MSG is an attempt to create a native-like experience for Guix on MacOS, using methods inspired by others like Podman/Docker/Lima. It uses Qemu with a prebuilt installer image to create a customized local Guix instance (supported on Intel and Apple Silicon based Macs). The base image is pretty barebones and is meant to be customized to your liking. To get a good idea of whats included you can reference the /etc/config.scm file within the built image.
<a id="orgfc50bf1"></a> <a id="orgd8b8465"></a>
# F.A.Q # F.A.Q
@ -31,7 +31,7 @@ MSG is an attempt to create a native-like experience for Guix on MacOS, using me
4. Introduce a MSG Desktop GUI to accompany the cli 4. Introduce a MSG Desktop GUI to accompany the cli
<a id="org8cbb709"></a> <a id="orgae22de7"></a>
# Requirements # Requirements
@ -44,10 +44,10 @@ MSG is an attempt to create a native-like experience for Guix on MacOS, using me
These can be installed by running: These can be installed by running:
brew install autoconf automake libtool wget qemu guile texinfo brew install autoconf automake libtool wget qemu texinfo
<a id="orgdce7019"></a> <a id="org5f335d1"></a>
# Installation # Installation
@ -68,7 +68,7 @@ These can be installed by running:
export PATH=/usr/local/bin:$PATH export PATH=/usr/local/bin:$PATH
<a id="org7b210ca"></a> <a id="orgfbf9088"></a>
# Usage # Usage