We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65be868 commit ae467e1Copy full SHA for ae467e1
README.md
@@ -92,7 +92,7 @@ you need to run: `<path-to-pwsh-executable> -noprofile -command "Install-Module
92
93
If you've installed PSReadLine yourself from the PowerShell Gallery,
94
you can simply run: `powershell -noprofile -command "Update-Module PSReadLine -AllowPrerelease"` or
95
-`<path-to-pwsh-executable> -noprofile -command "Update-Module PSReadLine -AllowPrerelease`,
+`<path-to-pwsh-executable> -noprofile -command "Update-Module PSReadLine -AllowPrerelease"`,
96
depending on the version of PowerShell you are using.
97
98
If you get an error like:
0 commit comments