From a6911f88d5d8bc69a2975467e9be925dcb1d3cb9 Mon Sep 17 00:00:00 2001 From: Jon LaBelle Date: Mon, 23 Jan 2017 10:43:15 -0600 Subject: [PATCH] Add brew doctor example (Linux) --- pages/linux/brew.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/brew.md b/pages/linux/brew.md index ee8e3980b..3931f2d11 100644 --- a/pages/linux/brew.md +++ b/pages/linux/brew.md @@ -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`