Add brew doctor example (Linux)

This commit is contained in:
Jon LaBelle
2017-01-23 10:43:15 -06:00
committed by Agniva De Sarker
parent 46b3223c6c
commit a6911f88d5

View File

@@ -29,3 +29,7 @@
- Display information about formula, which contains formula version, installed path, dependencies, etc.: - Display information about formula, which contains formula version, installed path, dependencies, etc.:
`brew info {{formula}}` `brew info {{formula}}`
- Check your system for potential problems:
`brew doctor`