Skip to content

Commit dd0eb9a

Browse files
author
Scott Munro
authored
Update "Upgrading" instructions to call out the need to update PowerShellGet (#1424)
1 parent 198a643 commit dd0eb9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Then, to make sure `PSReadLine` isn't loaded:
100100

101101
If you are using the version of `PSReadLine` that ships with Windows PowerShell,
102102
you need to run: `powershell -noprofile -command "Install-Module PSReadLine -Force -SkipPublisherCheck -AllowPrerelease"`.
103+
Note: you will need to make sure [PowershellGet is updated](https://github.com/PowerShell/PSReadLine#install-from-powershellgallery-preferred) before running this command.
103104

104105
If you are using the version of `PSReadLine` that ships with PowerShell 6+ versions,
105106
you need to run: `<path-to-pwsh-executable> -noprofile -command "Install-Module PSReadLine -Force -SkipPublisherCheck -AllowPrerelease"`.

0 commit comments

Comments
 (0)