From fe43ea91676dd793e39a49106facadd3da3fbd12 Mon Sep 17 00:00:00 2001 From: Nathan Vonnahme Date: Thu, 18 Aug 2016 08:39:42 -0800 Subject: [PATCH] Refer to Mac OSX package by its actual name --- docs/installation/linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/linux.md b/docs/installation/linux.md index 60cb31eb4..7a537edb4 100644 --- a/docs/installation/linux.md +++ b/docs/installation/linux.md @@ -67,13 +67,13 @@ sudo yum install powershell-6.0.0_alpha.9-1.el7.centos.x86_64.rpm OS X 10.11 ========== -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. Either double-click the file and follow the prompts, or install it from the terminal: ```sh -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 / ``` Paths