From 82c2e62400a2eda287ee1144820517fd5aa180ea Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 29 May 2024 16:19:09 +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 57469da4..822dd292 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -9,15 +9,15 @@
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 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.
How to install PowerShell on Linux?