From 69887240a00b3325c9b230911753706cbfb02594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20S=C3=A1=20Couto?= Date: Tue, 28 Jan 2020 12:33:35 +0100 Subject: [PATCH] Update 'readme.md' --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 6b44375..44e01cc 100644 --- a/readme.md +++ b/readme.md @@ -15,11 +15,13 @@ xcode-select --install ```

After install Homebrew.

+ ```bash ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ```

Run the following command once you’re done to ensure Homebrew is installed and working properly:

+ ```bash brew doctor ```