diff --git a/docs/installation/macos.md b/docs/installation/macos.md index 507a1536945..43678a9827f 100644 --- a/docs/installation/macos.md +++ b/docs/installation/macos.md @@ -21,6 +21,12 @@ Now, you can install PowerShell: brew cask install powershell ``` +Finally, verify that your install is working properly: + +```sh +pwsh +``` + When new versions of PowerShell are released, simply update Homebrew's formulae and upgrade PowerShell: