From 808edad4dce45fcf1c848dea100365b65cd26ada Mon Sep 17 00:00:00 2001 From: "jonas@geiger-natur.de" Date: Sun, 9 Jun 2024 17:10:58 +0200 Subject: [PATCH] HistoryAndPlugin tip added --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bef9c83..9777a5c 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,9 @@ Install-Module PSReadLine -Force For this representation you need ` Set-PSReadLineOption -PredictionSource History ` and ` Set-PSReadLineOption -PredictionViewStyle ListView `. -If you want to use ` Set-PSReadLineOption -PredictionSource HistoryAndPlugin ` you need at least PowerShell version 7.1.999. +> [!TIP] +> If you want to use ` Set-PSReadLineOption -PredictionSource HistoryAndPlugin ` you need at least PowerShell version 7.1.999. + You can also take a look at the [official installation guide](https://github.com/PowerShell/PSReadLine#installation).