diff --git a/README.md b/README.md
index 5149462..4f8d65b 100644
--- a/README.md
+++ b/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)
-
+
# 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.
-
+
# 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
-
+
# 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
-
+
# Installation
@@ -68,7 +68,7 @@ These can be installed by running:
export PATH=/usr/local/bin:$PATH
-
+
# Usage