From 4f787d73e091dc883637a3fea8c326a857cfe450 Mon Sep 17 00:00:00 2001 From: Sakutaro Date: Wed, 8 Apr 2026 22:08:05 +0900 Subject: [PATCH] Removed the '--no-quarantine' option from the Homebrew install command for Syntax Highlight. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01d17de..35e14c5 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Head over to the [releases](https://github.com/sbarex/SourceCodeSyntaxHighlight/ Syntax Highlight can also be installed via [Homebrew](https://brew.sh). If you have not installed Homebrew, follow the simple instructions [here](https://brew.sh/). After that, install the current version of Syntax Highlight with the following command: ```bash -brew install --no-quarantine syntax-highlight +brew install syntax-highlight ``` ### Note for the precompiled release