X Tutup
Skip to content

Commit fe43ea9

Browse files
authored
Refer to Mac OSX package by its actual name
1 parent 3b6fd89 commit fe43ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation/linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ sudo yum install powershell-6.0.0_alpha.9-1.el7.centos.x86_64.rpm
6767
OS X 10.11
6868
==========
6969

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.
70+
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.
7171

7272
Either double-click the file and follow the prompts,
7373
or install it from the terminal:
7474

7575
```sh
76-
sudo installer -pkg powershell-6.0.0-alpha.9-osx.10.11-x64.pkg -target /
76+
sudo installer -pkg powershell-6.0.0-alpha.9.pkg -target /
7777
```
7878

7979
Paths

0 commit comments

Comments
 (0)
X Tutup