From dcfb3583286f022ae9a3dc1b0a503e5dc3d552c2 Mon Sep 17 00:00:00 2001 From: Snuffy2 Date: Fri, 16 Feb 2024 18:08:18 -0500 Subject: [PATCH] Updated documentation for disabling MacOS quarantine --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 918b2d5..5efd997 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,11 @@ to use **Bed Leveler 5000**. ``` chmod +x BedLeveler5000 PrinterInfoWizard InspectorG-code PrinterTester ``` -8) Run desired application +8) Disable quarantine as the applications are unsigned + ``` + xattr -d com.apple.quarantine -r . + ``` +9) Run desired application - Bed Leveler 5000 ``` ./BedLeveler5000