From 0a83581a179ff7c02535531b10d1e33b6f5ff195 Mon Sep 17 00:00:00 2001
From: Stella <4118427+StellaAlexis@users.noreply.github.com>
Date: Mon, 8 Jan 2024 21:49:42 +0100
Subject: [PATCH] Update Get running on macOS.md for Silicon
Updated the macOS instructions to the latest version and added in instructions for Apple Silicon
---
docs/Get running on macOS.md | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/docs/Get running on macOS.md b/docs/Get running on macOS.md
index b233203e..f7dc8a75 100644
--- a/docs/Get running on macOS.md
+++ b/docs/Get running on macOS.md
@@ -8,9 +8,18 @@ brew install leptonica tesseract
# Add symlinks to output folder
Add the following Target to the csproj.
+Apple silicon Mac
```xml
-
-
+
+
-```
\ No newline at end of file
+```
+
+Intel Mac
+```xml
+
+
+
+
+```