Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ install.
- Arm64 processors - [powershell-7.4.14-osx-arm64.pkg][05]
- x64 processors - [powershell-7.4.14-osx-x64.pkg][07]
- PowerShell 7.6-preview
- Arm64 processors - [powershell-7.6.0-rc1-osx-arm64.pkg][13]
- x64 processors - [powershell-7.6.0-rc1-osx-x64.pkg][15]
- Arm64 processors - [powershell-7.6.0-rc.1-osx-arm64.pkg][13]
- x64 processors - [powershell-7.6.0-rc.1-osx-x64.pkg][15]

There are two ways to install PowerShell using the downloaded package.

Expand Down Expand Up @@ -110,8 +110,8 @@ you want to install.
- Arm64 processors - [powershell-7.5.5-osx-arm64.tar.gz][10]
- x64 processors - [powershell-7.5.5-osx-x64.tar.gz][12]
- PowerShell 7.6-preview
- Arm64 processors - [powershell-7.6.0-rc1-osx-arm64.tar.gz][14]
- x64 processors - [powershell-7.6.0-rc1-osx-x64.tar.gz][16]
- Arm64 processors - [powershell-7.6.0-rc.1-osx-arm64.tar.gz][14]
- x64 processors - [powershell-7.6.0-rc.1-osx-x64.tar.gz][16]

Use the following commands to install PowerShell from the binary archive. Change the download URL to
match the version you want to install.
Expand Down Expand Up @@ -190,10 +190,10 @@ can't support those methods. For more information, see [Alternate ways to instal
[10]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-arm64.tar.gz
[11]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-x64.pkg
[12]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-x64.tar.gz
[13]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-arm64.pkg
[14]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-arm64.tar.gz
[15]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-x64.pkg
[16]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-x64.tar.gz
[13]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-arm64.pkg
[14]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-arm64.tar.gz
[15]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-x64.pkg
[16]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-x64.tar.gz
[17]: https://specifications.freedesktop.org/basedir/latest/
[18]: https://support.apple.com/102445
[19]: PowerShell-Support-Lifecycle.md
2 changes: 0 additions & 2 deletions reference/docs-conceptual/learn/ps101/00-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ published author of several books, including:

- Author of [PowerShell 101: The No-Nonsense Guide to Windows PowerShell][powershell-101]
- Creator of [The PowerShell Conference Book][psconf-book]
- Coauthor of [Windows PowerShell TFM 4th Edition][tfm4]
- Contributing author in the [PowerShell Deep Dives][ps-deep-dives] book

When Mike's not writing documentation for Microsoft, he shares his thoughts and insights on his blog
Expand All @@ -80,7 +79,6 @@ your environment so you can follow along with the examples throughout the rest o
[azps-docs]: /powershell/azure
[powershell-101]: https://leanpub.com/powershell101
[psconf-book]: https://leanpub.com/powershell-conference-book
[tfm4]: https://www.sapien.com/books_training/Windows-PowerShell-4
[ps-deep-dives]: https://www.manning.com/books/powershell-deep-dives
[mikefrobbins-com]: https://mikefrobbins.com/
[mikefrobbins-x]: https://twitter.com/mikefrobbins
Expand Down