Skip to content

Commit 4cab801

Browse files
Update using-predictors.md to reference the (now renamed) GA release version of PSResourceGet rather than the old beta version. (#12182)
* Update using-predictors.md Fix reference and link from the old v3 module to renamed (release version) PSResource module. Reordered and recommended new module. Slight adjustments to each entry for consistency * Editorial review --------- Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com>
1 parent 9893b7c commit 4cab801

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

reference/docs-conceptual/learn/shell/using-predictors.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,7 @@ pressing the <kbd>F2</kbd> key. You can also use the **PredictionViewStyle** par
4040
To use Predictive IntelliSense you must have a newer version of **PSReadLine** installed. For best
4141
results, install the latest version of the module.
4242

43-
To install **PSReadLine** using **PowerShellGet**:
44-
45-
```powershell
46-
Install-Module -Name PSReadLine
47-
```
48-
49-
Or install using the new [PowerShellGet v3][05] module:
43+
Install **PSReadLine** using the [Microsoft.PowerShell.PSResourceGet][05] module:
5044

5145
```powershell
5246
Install-PSResource -Name PSReadLine
@@ -162,7 +156,7 @@ For more information, see [How to create a command-line predictor][02].
162156
[02]: /powershell/scripting/dev-cross-plat/create-cmdline-predictor
163157
[03]: https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-general-availability-of-az-tools-predictor/ba-p/3297956
164158
[04]: https://www.powershellgallery.com/packages/CompletionPredictor
165-
[05]: https://www.powershellgallery.com/packages/PowerShellGet/3.0.14-beta14
159+
[05]: https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
166160
[06]: media/using-predictors/completion-predictor.gif
167161
[07]: media/using-predictors/predictor-inline-1.png
168162
[08]: media/using-predictors/predictor-listview-1.png

0 commit comments

Comments
 (0)