We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47c7543 + 49a0c0f commit 613dbc7Copy full SHA for 613dbc7
docs/troubleshooting.md
@@ -47,7 +47,13 @@ has built-in support for Homebrew's OpenSSL library paths. If you install with
47
[security concerns](https://github.com/PowerShell/PowerShell/blob/master/docs/installation/linux.md#openssl)
48
around creating symbolic links in your `/usr/local/lib` path which are needed when using other means of installation.
49
50
-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:
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:
57
58
```
59
brew install openssl
0 commit comments