From 2a30a45b41de848f0bf95948103e51ce24b7b882 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Fri, 31 May 2024 12:21:44 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 2fa6357f..de14797a 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -92,10 +92,11 @@
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. **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'** +2. **For remote control install *SSH client & server* on all your Linux/Mac OS/Windows machines.** +3. **Install the free *Windows Terminal* on Windows with 50% transparency, font 'Fira Code' and no PowerShell banner message.** +4. **To edit PowerShell scripts install the free *Visual Studio Code* with plugin 'PowerShell'.** +5. **Install the *Mega Collection of PowerShell scripts* and set the PATH environment variable to it.** +6. **Use an own PowerShell profile, e.g. execute: './update-powershell-profile.ps1'**