@@ -26,6 +26,10 @@ Once `brew` is installed, install PowerShell using the following command:
2626brew install powershell
2727```
2828
29+ > [ !NOTE]
30+ > The brew formula builds PowerShell from source code rather than installing a package built by
31+ > Microsoft.
32+
2933### Update PowerShell 7
3034
3135Run the following commands to update the installed version of PowerShell to the latest release.
@@ -55,8 +59,7 @@ Use `sudo rm` to remove any other remaining PowerShell files and folders.
5559## Install on Linux using a Snap package
5660
5761Snaps are application packages that are easy to install if your platform supports Snap. You can find
58- and install Snap packages from the Snap Store. Snap packages build PowerShell from source code
59- rather than installing a package built by Microsoft.
62+ and install Snap packages from the Snap Store.
6063
6164> [ !IMPORTANT]
6265> The Snap Store contains PowerShell snap packages for many Linux distributions that aren't
@@ -115,6 +118,10 @@ pwsh-preview
115118After installation, Snap will automatically upgrade. You can trigger an upgrade using
116119` sudo snap refresh powershell ` or ` sudo snap refresh powershell-preview ` .
117120
121+ > [ !NOTE]
122+ > Snap packages build PowerShell from source code rather than installing a package built by
123+ > Microsoft.
124+
118125### Uninstall using Snap
119126
120127``` sh
@@ -221,21 +228,6 @@ can find those images on the [Microsoft Container Registry][13].
221228[ 06 ] : /dotnet/core/sdk
222229[ 07 ] : /dotnet/core/tools/global-tools
223230[ 08 ] : /powershell/scripting/community/community-support
224- [ 12 ] : https://aka.ms/powershell-release?tag=lts
225- [ 13 ] : https://aka.ms/powershell-release?tag=preview
226- [ 14 ] : https://aka.ms/PowerShell-Release?tag=stable
227- [ 16 ] : https://snapcraft.io/docs/tutorials/install-the-daemon/
228- [ 17 ] : https://snapcraft.io/store
229- [ 15 ] : https://mcr.microsoft.com/en-us/artifact/mar/dotnet/sdk/
230- <!-- updated link references -->
231- [ 01 ] : /dotnet/core/install/linux-alpine#dependencies
232- [ 02 ] : /dotnet/core/install/linux-debian#dependencies
233- [ 03 ] : /dotnet/core/install/linux-rhel#dependencies
234- [ 04 ] : /dotnet/core/install/linux-sles#dependencies
235- [ 05 ] : /dotnet/core/install/linux-ubuntu#dependencies
236- [ 06 ] : /dotnet/core/sdk
237- [ 07 ] : /dotnet/core/tools/global-tools
238- [ 08 ] : /powershell/scripting/community/community-support
239231[ 09 ] : https://aka.ms/powershell-release?tag=lts
240232[ 10 ] : https://aka.ms/powershell-release?tag=preview
241233[ 11 ] : https://aka.ms/PowerShell-Release?tag=stable
0 commit comments