diff --git a/docs/FAQ.md b/docs/FAQ.md index 4df98a7d..2fa6357f 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -8,15 +8,11 @@
Why use PowerShell? -✔️ **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 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 fully documented** - see the official documentation at: https://docs.microsoft.com/en-us/powershell. +* **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 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 fully documented** - see the official documentation at: https://docs.microsoft.com/en-us/powershell.
How to install PowerShell on Linux?