brew.md: Improve explanation (#1243)
This commit is contained in:

committed by
Agniva De Sarker

parent
7a2208f2ec
commit
3ad200b9d0
@@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
`brew install {{formula}}`
|
`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):
|
- Get latest version of installed formula (passing no formula updates all installed formulae):
|
||||||
|
|
||||||
`brew upgrade {{[formula]}}`
|
`brew upgrade {{formula}}`
|
||||||
|
|
||||||
- Update brew:
|
- Update brew:
|
||||||
|
|
||||||
@@ -25,3 +25,7 @@
|
|||||||
- Switch version of formula:
|
- Switch version of formula:
|
||||||
|
|
||||||
`brew switch {{formula}} {{version}}`
|
`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}}`
|
`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):
|
- Get latest version of installed formula (passing no formula updates all installed formulae):
|
||||||
|
|
||||||
`brew upgrade {{[formula]}}`
|
`brew upgrade {{formula}}`
|
||||||
|
|
||||||
- Update brew:
|
- Update brew:
|
||||||
|
|
||||||
@@ -25,3 +25,7 @@
|
|||||||
- Switch version of formula:
|
- Switch version of formula:
|
||||||
|
|
||||||
`brew switch {{formula}} {{version}}`
|
`brew switch {{formula}} {{version}}`
|
||||||
|
|
||||||
|
- Display information about formula, which contains formula version, installed path, dependencies, etc.:
|
||||||
|
|
||||||
|
`brew info {{formula}}`
|
||||||
|
Reference in New Issue
Block a user