sindresorhus / quick-look-plugins

List of useful Quick Look plugins for developers
18.08k stars 534 forks source link

Update brew command #123

Closed adriandmitroca closed 3 years ago

adriandmitroca commented 3 years ago

Cask commands are deprecated.

You can see this warning during installation:

Warning: Calling brew cask install is deprecated! Use brew install [--cask] instead.

sindresorhus commented 3 years ago

Shouldn't it have the --cask flag?

sindresorhus commented 3 years ago

You also need to update all the individual install commands.

adriandmitroca commented 3 years ago

I've updated individual commands as well, good spot.

There's no such need to use any extra flag.