From 23ce80ee6a73da8af9ab316e1b9d004fefc9e775 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 11 May 2023 10:49:34 +0200 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 73212472..a97bf78e 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -7,15 +7,15 @@ PowerShell is a task automation and configuration management framework from Micr
Why use PowerShell? -✔️ 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 PowerShell documentation at: https://docs.microsoft.com/en-us/powershell/ +✔️ **It's fully documented** - see the PowerShell documentation at: https://docs.microsoft.com/en-us/powershell/
How to install PowerShell?