mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 20:42:23 +03:00
brew.md: Improve explanation (#1243)
This commit is contained in:
parent
7a2208f2ec
commit
3ad200b9d0
@ -10,13 +10,13 @@
|
||||
|
||||
`brew install {{formula}}`
|
||||
|
||||
- List installed formulae [with matching name]:
|
||||
- List all installed formulae:
|
||||
|
||||
`brew list {{[text]}}`
|
||||
`brew list`
|
||||
|
||||
- Get latest version of installed formula (passing no formula updates all installed formulae):
|
||||
|
||||
`brew upgrade {{[formula]}}`
|
||||
`brew upgrade {{formula}}`
|
||||
|
||||
- Update brew:
|
||||
|
||||
@ -25,3 +25,7 @@
|
||||
- Switch version of formula:
|
||||
|
||||
`brew switch {{formula}} {{version}}`
|
||||
|
||||
- Display information about formula, which contains formula version, installed path, dependencies, etc.:
|
||||
|
||||
`brew info {{formula}}`
|
||||
|
@ -10,13 +10,13 @@
|
||||
|
||||
`brew install {{formula}}`
|
||||
|
||||
- List installed formulae [with matching name]:
|
||||
- List all installed formulae:
|
||||
|
||||
`brew list {{[text]}}`
|
||||
`brew list`
|
||||
|
||||
- Get latest version of installed formula (passing no formula updates all installed formulae):
|
||||
|
||||
`brew upgrade {{[formula]}}`
|
||||
`brew upgrade {{formula}}`
|
||||
|
||||
- Update brew:
|
||||
|
||||
@ -25,3 +25,7 @@
|
||||
- Switch version of formula:
|
||||
|
||||
`brew switch {{formula}} {{version}}`
|
||||
|
||||
- Display information about formula, which contains formula version, installed path, dependencies, etc.:
|
||||
|
||||
`brew info {{formula}}`
|
||||
|
Loading…
Reference in New Issue
Block a user