Skip to content

Commit

Permalink
Updated documentation for disabling MacOS quarantine
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuffy2 authored and sandmmakers committed Feb 24, 2024
1 parent 5e3e11f commit dcfb358
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcfb358

Please sign in to comment.