From abecadea10fb4d4711da0c99f02deed8af2fe843 Mon Sep 17 00:00:00 2001 From: Steven Bucher Date: Wed, 3 Jan 2024 15:37:05 -0800 Subject: [PATCH 1/2] include information about upgrading PS --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 290852aeeab..64e82f9e3d7 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,11 @@ You can also download the PowerShell binary archives for Windows, macOS, and Lin To install a specific version, visit [releases](https://github.com/PowerShell/PowerShell/releases). +## Upgrading PowerShell + +For best results when upgrading, you should use the same install method you used when you first installed PowerShell. For more information on +upgrading your exsiting install of PowerShell, visit [Upgrading an Existing Installation](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.4#upgrading-an-existing-installation). + ## Community Dashboard [Dashboard](https://aka.ms/PSPublicDashboard) with visualizations for community contributions and project status using PowerShell, Azure, and PowerBI. From bfc7f4f030bc0436cd9af200f67bf2a488ddc31e Mon Sep 17 00:00:00 2001 From: Steven Bucher Date: Wed, 3 Jan 2024 17:00:09 -0800 Subject: [PATCH 2/2] get rid of en-us Co-authored-by: Sean Wheeler --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64e82f9e3d7..90703c165b4 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,9 @@ To install a specific version, visit [releases](https://github.com/PowerShell/Po ## Upgrading PowerShell -For best results when upgrading, you should use the same install method you used when you first installed PowerShell. For more information on -upgrading your exsiting install of PowerShell, visit [Upgrading an Existing Installation](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.4#upgrading-an-existing-installation). +For best results when upgrading, you should use the same install method you used when you first +installed PowerShell. The update method will be different for each platform and install method. For +more information, see [Installing PowerShell](https://learn.microsoft.com/powershell/scripting/install/installing-powershell). ## Community Dashboard