Add brew doctor example

This commit is contained in:
Jon LaBelle 2017-01-22 13:40:53 -06:00 committed by Agniva De Sarker
parent 17f4e6960d
commit 46b3223c6c

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`