From 9695724b4de38c285010257e8414432bbdb0733c Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 29 May 2024 16:43:15 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index f948d6b9..6fdae0d6 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -97,7 +97,7 @@
How to get the best PowerShell experience? 1. **Install *PowerShell* on all your Linux/Mac OS/Windows machines and configure it as default shell.** -2. **On Windows: install and use *Windows Terminal* with 50% transparency, font 'Fira Code' and no PowerShell banner message.** +2. **Install the free *Windows Terminal* on Windows with 50% transparency, font 'Fira Code' and no PowerShell banner message.** 3. **Install the free *Visual Studio Code* with plugin 'PowerShell' to edit PowerShell scripts.** 4. **Install the *Mega Collection of PowerShell scripts* and set the PATH environment variable to it.** 5. **Use an own PowerShell profile, e.g. execute: './update-powershell-profile.ps1'**