From aa5e9f0ce9cccbe5e24c257d99fa6d10f57529e7 Mon Sep 17 00:00:00 2001
From: Richard Alexander Haydon <72919977+richarah@users.noreply.github.com>
Date: Wed, 14 Sep 2022 17:21:40 +0200
Subject: [PATCH] Moved note on Apple silicon/X11 issues

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f979887..3aaecc5 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,9 @@
 Dorothy (named after the protagonist of Frank Baum's Oz novels) is a Docker image for interacting with Oz programs and running the Mozart OPI within a containerised runtime environment.
 
 ## Mac users: Apple silicon and X11 issues
+
+**Note: The textmode version of Dorothy uses a simplified build process and a different tagging nomenclature to its X11 counterpart. Please refer to the README file on the `tui` branch for further information.**
+
 Due to XQuartz' present incompatibility with Apple silicon, the Emacs-based `tui` (Text User Interface) branch of Dorothy is recommended for Mac users experiencing issues with the X11 GUI version of Dorothy.
 
 This branch may be cloned with the following command.
@@ -10,8 +13,6 @@ This branch may be cloned with the following command.
 git clone https://github.com/richarah/dorothy.git -b tui
 ```
 
-**Note: The textmode version of Dorothy uses a simplified build process and a different tagging nomenclature to its X11 counterpart. Please refer to the README file on the `tui` branch for further information.**
-
 ## Emacs?
 For those unfamiliar with the Emacs editor or text-based user interfaces in general, the following documentation may be helpful:
 
-- 
GitLab