From 49a0c0f0bdc74de085344c34d45284c5f62991a6 Mon Sep 17 00:00:00 2001 From: Adam Bertram Date: Mon, 12 Dec 2016 09:07:36 -0600 Subject: [PATCH] Added instructions to install Homebrew --- docs/troubleshooting.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 96e796ea34..a8ffbf1fda 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -47,7 +47,13 @@ has built-in support for Homebrew's OpenSSL library paths. If you install with [security concerns](https://github.com/PowerShell/PowerShell/blob/master/docs/installation/linux.md#openssl) around creating symbolic links in your `/usr/local/lib` path which are needed when using other means of installation. -First, install Homebrew and then run the following command: +If you don't already have Homebrew installed, you can do so by downloading and installing Homebrew via this ruby script: + +```` +ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" +```` + +Once Homebrew is installed, run the following command: ``` brew install openssl