File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,13 @@ has built-in support for Homebrew's OpenSSL library paths. If you install with
47
47
[ security concerns] ( https://github.com/PowerShell/PowerShell/blob/master/docs/installation/linux.md#openssl )
48
48
around creating symbolic links in your ` /usr/local/lib ` path which are needed when using other means of installation.
49
49
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:
51
57
52
58
```
53
59
brew install openssl
You can’t perform that action at this time.
0 commit comments