Update FAQ.md

This commit is contained in:
Markus Fleschutz 2024-05-29 16:19:09 +02:00 committed by GitHub
parent a12c4a0773
commit 82c2e62400
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,15 +9,15 @@
<details><summary>Why use PowerShell?</summary>
✔️ **It's powerful** - fully control your computer
✔️ **It's powerful** - fully control your computer.
✔️ **It's easy to learn** - see the tutorial at: https://www.guru99.com/powershell-tutorial.html
✔️ **It's easy to learn** - see the tutorial at: https://www.guru99.com/powershell-tutorial.html.
✔️ **It's cross-platform** - available for Linux, Mac OS and Windows
✔️ **It's cross-platform** - available for Linux, Mac OS and Windows.
✔️ **It's open-source and free** - see the Github repository at: https://github.com/PowerShell/PowerShell
✔️ **It's open-source and free** - see the Github repository at: https://github.com/PowerShell/PowerShell.
✔️ **It's fully documented** - see the official documentation at: https://docs.microsoft.com/en-us/powershell
✔️ **It's fully documented** - see the official documentation at: https://docs.microsoft.com/en-us/powershell.
</details>
<details><summary>How to install PowerShell on Linux?</summary>