From 53bb2fe65fd73927500f91b58512506aa6569dea Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Fri, 10 Jun 2022 22:47:20 +0530 Subject: [PATCH] pwsh@7.2.4: Add note about self update Closes #3572 --- bucket/pwsh.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/pwsh.json b/bucket/pwsh.json index 5f34a301c4..fcbb5c2375 100644 --- a/bucket/pwsh.json +++ b/bucket/pwsh.json @@ -4,6 +4,9 @@ "homepage": "https://github.com/PowerShell/PowerShell", "license": "MIT", "notes": [ + "Since Scoop uses pwsh.exe internally, to update PowerShell Core itself,", + "run `scoop update pwsh` from Windows PowerShell, i.e. powershell.exe.", + "", "Add PowerShell Core as a explorer context menu by running: '$dir\\install-explorer-context.reg'", "For file context menu, run '$dir\\install-file-context.reg'" ],