Skip to content

Commit d8460c6

Browse files
authored
Merge pull request #302 from Strajk/patch-1
Update README.md – brew now works even without --cask
2 parents a4b38ee + 45a1474 commit d8460c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you like this application and find it useful, [buy me a coffee](https://www.b
1818

1919
- [Installation](#installation)
2020
- [Download precompiled release](#download-precompiled-release)
21-
- [Install with Homebrew Cask](#install-with-homebrew-cask)
21+
- [Install with Homebrew](#install-with-homebrew)
2222
- [Note for the precompiled release](#note-for-the-precompiled-release)
2323
- [Build from source](#build-from-source)
2424
- [Enable the Quick Look extension](#enable-the-quick-look-extension)
@@ -50,11 +50,11 @@ After installation, _the application must be launched at least once to allow the
5050
### Download precompiled release
5151
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.
5252

53-
### Install with Homebrew Cask
54-
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:
53+
### Install with Homebrew
54+
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:
5555

5656
```bash
57-
brew install --cask --no-quarantine syntax-highlight
57+
brew install --no-quarantine syntax-highlight
5858
```
5959

6060
### Note for the precompiled release

0 commit comments

Comments
 (0)