Skip to content

Commit 613dbc7

Browse files
authored
Merge pull request #370 from adbertram/patch-1
Added instructions to install Homebrew
2 parents 47c7543 + 49a0c0f commit 613dbc7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/troubleshooting.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,13 @@ has built-in support for Homebrew's OpenSSL library paths. If you install with
4747
[security concerns](https://github.com/PowerShell/PowerShell/blob/master/docs/installation/linux.md#openssl)
4848
around creating symbolic links in your `/usr/local/lib` path which are needed when using other means of installation.
4949

50-
First, install Homebrew and then run the following command:
50+
If you don't already have Homebrew installed, you can do so by downloading and installing Homebrew via this ruby script:
51+
52+
````
53+
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
54+
````
55+
56+
Once Homebrew is installed, run the following command:
5157

5258
```
5359
brew install openssl

0 commit comments

Comments
 (0)