From a3754a77e8baf7127540f0cf77de5c91ca0e90bd Mon Sep 17 00:00:00 2001 From: nihirisuto <32186637+nihirisuto@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:06:17 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff8061c..e2677a4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Installation: `codesign --force --deep --sign - EternalJK.arm64.app` - If you attempted to open the file before codesigning, you may need to remove the quarantine Apple has placed on it, followed by running the above codesign step: + If you attempted to open the file before codesigning, you may need to remove the quarantine MacOS has placed on it, followed by running the above codesign step: `xattr -d com.apple.quarantine EternalJK.arm64.app`