You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-16Lines changed: 24 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,11 @@ After installation, _the application must be launched at least once to allow the
44
44
Head over to the [releases](https://github.com/sbarex/SourceCodeSyntaxHighlight/releases) page to view the latest version. Move `Syntax Highlight.app` into the `Applications` folder.
45
45
46
46
### Install with Homebrew Cask
47
-
Syntax Highlight can also be installed via [Homebrew Cask](https://github.com/Homebrew/homebrew-cask). If you have not installed Homebrew, follow the simple instructions [here](https://brew.sh/). After that, run `brew install --cask --no-quarantine syntax-highlight` to install the current version of Syntax Highlight.
47
+
Syntax Highlight can also be installed via [Homebrew Cask](https://github.com/Homebrew/homebrew-cask). 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:
The [precompiled app](https://github.com/sbarex/SourceCodeSyntaxHighlight/releases) is not notarized or signed, so the first time you run the app the system may show a warning about the impossibility to check for malicious software.
@@ -53,8 +57,8 @@ To fix, you can launch the app with right-click (or Control-click) on the app ic
53
57
54
58
You can also execute this command from the terminal:
55
59
56
-
```
57
-
$ xattr -r -d com.apple.quarantine "FULL PATH OF Syntax Highlight.app (you can drag the file to get the pull path)"
60
+
```bash
61
+
xattr -r -d com.apple.quarantine "FULL PATH OF Syntax Highlight.app (you can drag the file to get the pull path)"
58
62
```
59
63
60
64
Alternatively, after trying to launch the app for the first time, you can open the `System Preferences > Security & Privacy > General (tab)` and click the `Open Anyway` button.
@@ -67,9 +71,12 @@ The release application is compiled as a universal binary (Intel and Apple silic
67
71
68
72
After cloning remember to fetch submodules:
69
73
74
+
```bash
75
+
git submodule init
70
76
```
71
-
$ git submodule init
72
-
$ git submodule update
77
+
78
+
```bash
79
+
git submodule update
73
80
```
74
81
75
82
## Enable the Quick Look extension
@@ -389,8 +396,8 @@ With the _Inquiry window_ you can see if a specific file type is handled by the
389
396
390
397
Alternatively you can see the UTI of a file with this Terminal command:
0 commit comments