Add brew doctor example (Linux)

coverage
Jon LaBelle 2017-01-23 10:43:15 -06:00 committed by Agniva De Sarker
parent 46b3223c6c
commit a6911f88d5
1 changed files with 4 additions and 0 deletions

View File

@ -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`