Skip to content

Commit

Permalink
Fix homebrew install command in README.md
Browse files Browse the repository at this point in the history
`brew cask` is now outdated and `brew install --cask` should be used instead
  • Loading branch information
f-person authored Nov 18, 2021
1 parent d682379 commit 776a0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A macOS input source switcher with user-defined shortcuts.

```shell
brew update
brew cask install kawa
brew install --cask kawa
```

### Manually
Expand Down

0 comments on commit 776a0dc

Please sign in to comment.