Skip to content

Commit

Permalink
brew: expand example descriptions (tldr-pages#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
waldyrious authored May 24, 2017
1 parent 4e544c1 commit 57a9824
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions pages/linux/brew.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@

> The Homebrew package manager for Linux.
- Search formula:
- Search for available formulas:

`brew search {{text}}`

- Install formula:
- Install the latest stable version of a formula (use `--devel` for development versions):

`brew install {{formula}}`

- List all installed formulae:

`brew list`

- Get latest version of installed formula (passing no formula updates all installed formulae):
- Update an installed formula (passing no formula updates all installed formulae):

`brew upgrade {{formula}}`

- Update brew:
- Update brew itself:

`brew update`

- Display information about formula, which contains formula version, installed path, dependencies, etc.:
- Display information about a formula (version, installation path, dependencies, etc.):

`brew info {{formula}}`

- Check your system for potential problems:
- Check your Linuxbrew installation for potential problems:

`brew doctor`
12 changes: 6 additions & 6 deletions pages/osx/brew.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@

> Package manager for OS X.
- Search formula:
- Search for available formulas:

`brew search {{text}}`

- Install formula:
- Install the latest stable version of a formula (use `--devel` for development versions):

`brew install {{formula}}`

- List all installed formulae:

`brew list`

- Get latest version of installed formula (passing no formula updates all installed formulae):
- Update an installed formula (passing no formula updates all installed formulae):

`brew upgrade {{formula}}`

- Update brew:
- Update brew itself:

`brew update`

- Display information about formula, which contains formula version, installed path, dependencies, etc.:
- Display information about a formula (version, installation path, dependencies, etc.):

`brew info {{formula}}`

- Check your system for potential problems:
- Check your Homebrew installation for potential problems:

`brew doctor`

0 comments on commit 57a9824

Please sign in to comment.