We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6fd89 commit fe43ea9Copy full SHA for fe43ea9
docs/installation/linux.md
@@ -67,13 +67,13 @@ sudo yum install powershell-6.0.0_alpha.9-1.el7.centos.x86_64.rpm
67
OS X 10.11
68
==========
69
70
-Using OS X 10.11, download the PKG package `powershell-6.0.0-alpha.9-osx.10.11-x64.pkg` from the [releases][] page onto the OS X machine.
+Using OS X 10.11, download the PKG package `powershell-6.0.0-alpha.9.pkg` from the [releases][] page onto the OS X machine.
71
72
Either double-click the file and follow the prompts,
73
or install it from the terminal:
74
75
```sh
76
-sudo installer -pkg powershell-6.0.0-alpha.9-osx.10.11-x64.pkg -target /
+sudo installer -pkg powershell-6.0.0-alpha.9.pkg -target /
77
```
78
79
Paths
0 commit comments