Skip to content

Commit ae0b73a

Browse files
authored
Merge pull request #12165 from MicrosoftDocs/main
Publish to live
2 parents 172b5fa + ab51dc9 commit ae0b73a

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

reference/docs-conceptual/community/2025-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Content updates
2121
- Add new article - [Optimize performance using parallel execution](../dev-cross-plat/performance/parallel-execution.md)
2222
- Updated release notes for the PowerShell 7.4.10 release
2323
- Updated release notes for AIShell 1.0.0-preview.4
24-
- Updated docs for PSResoureGet 1.1.1 release - no supporting MAR
24+
- Updated docs for PSResoureGet 1.1.1 release - now supporting MAR
2525
- Retired PowerShell content for Windows Server 20212/2012r2/MDOP (5338 articles)
2626

2727
GitHub stats

reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on macOS
3-
ms.date: 06/18/2025
3+
ms.date: 06/19/2025
44
title: Installing PowerShell on macOS
55
---
66

@@ -22,10 +22,13 @@ Before installing, check the list of [Supported versions][06].
2222

2323
There are several ways to install PowerShell on macOS. Choose one of the following methods:
2424

25-
- Install using [Homebrew][10]. Homebrew is the preferred package manager for macOS.
26-
- Install via [Direct Download][04]
25+
- Install using [Homebrew][27]. Homebrew is the preferred package manager for macOS.
26+
- Install via [Direct Download][04].
27+
- Install as [a .NET Global tool][28].
2728
- Install from [binary archives][03].
2829

30+
## Install using Homebrew
31+
2932
If the `brew` command isn't found, you need to install Homebrew following [their instructions][10].
3033

3134
```bash
@@ -60,7 +63,7 @@ brew upgrade powershell
6063
6164
[brew]: https://brew.sh/
6265

63-
## Install the latest preview release of PowerShell
66+
### Install the latest preview release of PowerShell
6467

6568
The following command installs the latest preview release of PowerShell:
6669

@@ -87,7 +90,7 @@ brew upgrade powershell-preview
8790
> restart the PowerShell session to complete the upgrade and refresh the values shown in
8891
> `$PSVersionTable`.
8992
90-
## Install the latest LTS release of PowerShell
93+
### Install the latest LTS release of PowerShell
9194

9295
The following command installs the latest LTS release of PowerShell:
9396

@@ -192,7 +195,7 @@ The dotnet tool installer adds `~/.dotnet/tools` to your `PATH` environment vari
192195
currently running shell doesn't have the updated `PATH`. Start PowerShell from a new shell by typing
193196
`pwsh`.
194197

195-
## Binary Archives
198+
## Binary archives
196199

197200
PowerShell binary `tar.gz` archives are provided for the macOS platform to enable advanced
198201
deployment scenarios. When you install using this method, you must also manually install any
@@ -282,7 +285,7 @@ Microsoft supports the installation methods in this document. There might be oth
282285
installation available from other sources. While those tools and methods might work, Microsoft can't
283286
support those methods.
284287

285-
## Additional Resources
288+
## Additional resources
286289

287290
- [Homebrew Web][10]
288291
- [Homebrew GitHub Repository][12]
@@ -311,3 +314,5 @@ support those methods.
311314
[24]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.1/powershell-7.5.1-osx-x64.pkg
312315
[25]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.1/powershell-7.5.1-osx-x64.tar.gz
313316
[26]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
317+
[27]: #install-using-homebrew
318+
[28]: #install-as-a-net-global-tool

reference/includes/latest-install.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
22
author: sdwheeler
33
ms.author: sewhee
4-
ms.date: 01/27/2025
4+
ms.date: 06/19/2025
55
ms.topic: include
66
---
77
<!-- markdownlint-disable first-line-h1 -->
88
> [!NOTE]
99
> The installation commands in this article are for the latest stable release of PowerShell. To
1010
> install a different version of PowerShell, adjust the command to match the version you need. The
11-
> following links direct you to the release page for each version in the PowerShell repository on
12-
> GitHub.
11+
> following links direct you to the latest release page for each version on GitHub.
1312
>
14-
> - v7.5.0 - Stable release: [https://aka.ms/powershell-release?tag=stable][03]
15-
> - v7.4.7 - LTS release: [https://aka.ms/powershell-release?tag=lts][01]
16-
> - v7.6.0-preview.2 - Preview release: [https://aka.ms/powershell-release?tag=preview][02]
13+
> - Stable release v7.5._x_: [https://aka.ms/powershell-release?tag=stable][03]
14+
> - LTS release v7.4._x_: [https://aka.ms/powershell-release?tag=lts][01]
15+
> - Preview release v7.6.0-preview._x_: [https://aka.ms/powershell-release?tag=preview][02]
1716
>
1817
> Download links for every package are found in the **Assets** section of the Release page. The
1918
> **Assets** section may be collapsed, so you may need to click to expand it.

0 commit comments

Comments
 (0)