Skip to content

Commit

Permalink
Update command to install from Homebrew
Browse files Browse the repository at this point in the history
Change the Homebrew cask upgrade command for [the `2.6.0` upgrade](https://brew.sh/2020/12/01/homebrew-2.6.0/):

> All `brew cask` commands have been deprecated in favour of `brew` commands (with `--cask`) when necessary
  • Loading branch information
karlhorky authored and p0deje committed Jan 24, 2021
1 parent bd71711 commit 224b729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ and lets you quickly navigate, search, and use previous clipboard contents.
Download the latest version from the [releases](https://github.com/p0deje/Maccy/releases/latest) page, or use [Homebrew](https://brew.sh/):

```sh
brew cask install maccy
brew install --cask maccy
```

## Usage
Expand Down

0 comments on commit 224b729

Please sign in to comment.