1
0
Fork 0
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:
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.:
`brew info {{formula}}`
- Check your system for potential problems:
`brew doctor`