From a2817bcba1ead7a85146a6161fc2146f4256307d Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Fri, 16 Sep 2022 09:20:34 +0200 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 7b870da0..8664e1fd 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -9,9 +9,13 @@ 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 for beginners at https://www.guru99.com/powershell-tutorial.html + ✔️ it's **fully documented** - see the official PowerShell documentation at https://docs.microsoft.com/en-us/powershell/