From 192f31e62da801746ba58688594ca810cf178972 Mon Sep 17 00:00:00 2001 From: Seiji Momoto <836856+momoto@users.noreply.github.com> Date: Sun, 5 May 2019 20:11:56 +0900 Subject: [PATCH] Update Installing-PowerShell-Core-on-macOS.md This pull request: - suggests the first section of this article to show links for the instructions on the installation without brew. - is in regard to https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-macos. I am grateful for this document and for the community. Best regards, --- .../install/Installing-PowerShell-Core-on-macOS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/docs-conceptual/install/Installing-PowerShell-Core-on-macOS.md b/reference/docs-conceptual/install/Installing-PowerShell-Core-on-macOS.md index 110c22784b86..8102afe697c9 100644 --- a/reference/docs-conceptual/install/Installing-PowerShell-Core-on-macOS.md +++ b/reference/docs-conceptual/install/Installing-PowerShell-Core-on-macOS.md @@ -14,6 +14,7 @@ After the package is installed, run `pwsh` from a terminal. [Homebrew][brew] is the preferred package manager for macOS. If the `brew` command is not found, you need to install Homebrew following [their instructions][brew]. +Otherwise you may install PowerShell via [Direct Download](#installation-via-direct-download) or from [Binary Archives](#binary-archives). ## Installation of latest stable release via Homebrew on macOS 10.12 or higher