exported changes to md
This commit is contained in:
parent
0828d045f0
commit
78b4ee078a
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
@ -1,22 +1,22 @@
|
|||
|
||||
# Table of Contents
|
||||
|
||||
1. [Overview](#org1eda427)
|
||||
2. [F.A.Q](#orgfc50bf1)
|
||||
3. [Requirements](#org8cbb709)
|
||||
4. [Installation](#orgdce7019)
|
||||
5. [Usage](#org7b210ca)
|
||||
1. [Overview](#org4065207)
|
||||
2. [F.A.Q](#orgd8b8465)
|
||||
3. [Requirements](#orgae22de7)
|
||||
4. [Installation](#org5f335d1)
|
||||
5. [Usage](#orgfbf9088)
|
||||
|
||||
|
||||
|
||||
<a id="org1eda427"></a>
|
||||
<a id="org4065207"></a>
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
<a id="orgfc50bf1"></a>
|
||||
<a id="orgd8b8465"></a>
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
<a id="org8cbb709"></a>
|
||||
<a id="orgae22de7"></a>
|
||||
|
||||
# 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:
|
||||
|
||||
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
|
||||
|
||||
|
@ -68,7 +68,7 @@ These can be installed by running:
|
|||
export PATH=/usr/local/bin:$PATH
|
||||
|
||||
|
||||
<a id="org7b210ca"></a>
|
||||
<a id="orgfbf9088"></a>
|
||||
|
||||
# Usage
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue