-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
brew: make a common page for macOS, Linux and Windows (#5693)
- Loading branch information
Showing
3 changed files
with
36 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# brew | ||
|
||
> Package manager for macOS and Linux. | ||
> More information: <https://brew.sh>. | ||
- Install the latest stable version of a formula or cask (use `--devel` for development versions): | ||
|
||
`brew install {{formula}}` | ||
|
||
- List all installed formulae and casks: | ||
|
||
`brew list` | ||
|
||
- Upgrade an installed formula or cask (if none is given, all installed formulae/casks are upgraded): | ||
|
||
`brew upgrade {{formula}}` | ||
|
||
- Fetch the newest version of Homebrew and of all formulae and casks from the Homebrew source repository: | ||
|
||
`brew update` | ||
|
||
- Show formulae and casks that have a more recent version available: | ||
|
||
`brew outdated` | ||
|
||
- Search for available formulae (i.e. packages) and casks (i.e. native packages): | ||
|
||
`brew search {{text}}` | ||
|
||
- Display information about a formula or a cask (version, installation path, dependencies, etc.): | ||
|
||
`brew info {{formula}}` | ||
|
||
- Check the local Homebrew installation for potential problems: | ||
|
||
`brew doctor` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.