1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 14:15:44 +02:00

brew-cask: Remove ‘search‘ as it was deprecated, added ‘zap‘

This commit is contained in:
Melvin Gundlach 2018-08-23 21:53:59 +02:00 committed by Agniva De Sarker
parent faf80b8f3a
commit ee21faf69e

View file

@ -2,10 +2,6 @@
> Package manager for macOS applications distributed as binaries.
- Search for casks:
`brew cask search {{text}}`
- Install a cask:
`brew cask install {{cask_name}}`
@ -26,6 +22,10 @@
`brew cask uninstall {{cask_name}}`
- Uninstall a cask and remove related settings and files:
`brew cask zap {{cask_name}}`
- Display information about a given cask:
`brew cask info {{cask_name}}`