Update FAQ.md

This commit is contained in:
Markus Fleschutz 2021-09-21 07:20:23 +02:00 committed by GitHub
parent 29f21e4390
commit 087121c74b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@ PowerShell is a task automation and configuration management framework from Micr
Why use PowerShell?
-------------------
* **it's powerful**: fully control your computer
* **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 easy to learn**: see the tutorial at https://www.guru99.com/powershell-tutorial.html
* **it's fully documented**: see the official docs at https://docs.microsoft.com/en-us/powershell/
✔️ it's **powerful**: fully control your computer
✔️ 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 **easy to learn**: see the tutorial at https://www.guru99.com/powershell-tutorial.html
✔️ it's **fully documented**: see the official docs at https://docs.microsoft.com/en-us/powershell/
How to get PowerShell?
----------------------