File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
reference/docs-conceptual/learn/shell Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,12 @@ pressing the <kbd>F2</kbd> key. You can also use the **PredictionViewStyle** par
4040To use Predictive IntelliSense you must have a newer version of ** PSReadLine** installed. For best
4141results, install the latest version of the module.
4242
43- (Recommended) Install ** PSReadLine** using the new [ PSResourceGet] [ 05 ] module:
43+ Install ** PSReadLine** using the [ Microsoft.PowerShell. PSResourceGet] [ 05 ] module:
4444
4545``` powershell
4646Install-PSResource -Name PSReadLine
4747```
4848
49- Install ** PSReadLine** using the classic ** PowerShellGet** :
50-
51- ``` powershell
52- Install-Module -Name PSReadLine
53- ```
54-
5549** PSReadLine** can be installed in Windows PowerShell 5.1 or in PowerShell 7 or higher. To use
5650predictor plug-ins you must be running in PowerShell 7.2 or higher. Windows PowerShell 5.1 can use
5751the history-based predictor.
You can’t perform that action at this time.
0 commit comments