Skip to content

Commit 3109380

Browse files
committed
docs(readme): fix Homebrew cask name to lowercase
Homebrew requires cask tokens to be lowercase. Update install command from 'FrameworkScanner' to 'frameworkscanner'.
1 parent 590766b commit 3109380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A macOS app that scans installed applications and identifies the development fra
2727

2828
```bash
2929
brew tap Geoion/tap
30-
brew install --cask FrameworkScanner
30+
brew install --cask frameworkscanner
3131
```
3232

3333
After installation, if macOS Gatekeeper blocks the app on first launch, run:

0 commit comments

Comments
 (0)