diff --git a/docs/FAQ.md b/docs/FAQ.md
index 782a5b0c..941ed567 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -15,6 +15,13 @@
* **It's fully documented** - see the official documentation at: https://docs.microsoft.com/en-us/powershell.
+How to learn PowerShell?
+
+* **Please find tutorials at:** https://www.guru99.com/powershell-tutorial.html
+* **See a cheat sheet at:** [PowerShell/Docs/cheat-sheet.md](cheat-sheet.md)
+* **The official PowerShell documentation can be found here:** https://docs.microsoft.com/en-us/powershell/
+
+
How to install PowerShell on Linux?
1. **Execute on Linux with Snap support:**
@@ -74,13 +81,6 @@
2. **Add or reference your PowerShell scripts in the Jenkins jobs or in your Jenkinsfiles.**
-How to learn PowerShell?
-
-* **Please find tutorials at:** https://www.guru99.com/powershell-tutorial.html
-* **See a cheat sheet at:** [PowerShell/Docs/cheat-sheet.md](cheat-sheet.md)
-* **The official PowerShell documentation can be found here:** https://docs.microsoft.com/en-us/powershell/
-
-
What about PowerShell security?
1. **Do NOT execute scripts from untrusted sources!**