pwsh@7.2.4: Add note about self update

Closes #3572
This commit is contained in:
Rashil Gandhi 2022-06-10 22:47:20 +05:30 committed by GitHub
parent e48e47ee0c
commit 53bb2fe65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'"
],