Update FAQ.md

This commit is contained in:
Markus Fleschutz 2024-05-29 16:36:40 +02:00 committed by GitHub
parent a681c6ccc1
commit e783630176
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@
1. **Install *PowerShell* on all your Linux/Mac OS/Windows machines and configure it as default shell.** 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. **On Windows: install and use *Windows Terminal* with 50% transparency, font 'Fira Code' and no PowerShell banner message.**
3. **Install and use *Visual Studio Code* with plugin 'PowerShell' to edit PowerShell scripts.** 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.** 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'** 5. **Use an own PowerShell profile, e.g. execute: './update-powershell-profile.ps1'**
</details> </details>