mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 08:53:39 +02:00
Add brew doctor example (Linux)
This commit is contained in:
parent
46b3223c6c
commit
a6911f88d5
1 changed files with 4 additions and 0 deletions
|
@ -29,3 +29,7 @@
|
|||
- Display information about formula, which contains formula version, installed path, dependencies, etc.:
|
||||
|
||||
`brew info {{formula}}`
|
||||
|
||||
- Check your system for potential problems:
|
||||
|
||||
`brew doctor`
|
||||
|
|
Loading…
Add table
Reference in a new issue