From a129e1a43de96cff337ca665192c249110752e5f Mon Sep 17 00:00:00 2001 From: Danny Fallon Date: Fri, 20 Mar 2026 23:28:21 +0000 Subject: [PATCH] Use Homebrew Core formula for PowerShell on macOS The powershell/tap/powershell tap is broken and throws: "Calling `depends_on macos: :high_sierra` is disabled!" See: https://github.com/PowerShell/Homebrew-Tap/issues/1339 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f5a346..76dc388 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The easiest way to install PowerShell is via [Homebrew](https://brew.sh/): /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # Install PowerShell -brew install powershell/tap/powershell +brew install powershell ``` Alternative: Download the `.pkg` installer from [PowerShell releases](https://github.com/PowerShell/PowerShell/releases/latest).