diff --git a/Data/powershell-scripts/powershell-scripts.nuspec b/Data/powershell-scripts/powershell-scripts.nuspec
index bc700dd6..ffcd63f7 100644
--- a/Data/powershell-scripts/powershell-scripts.nuspec
+++ b/Data/powershell-scripts/powershell-scripts.nuspec
@@ -43,12 +43,12 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
-
-
+ https://github.com/fleschutz/PowerShell/blob/master/LICENSE
+ false-->
+ https://github.com/fleschutz/PowerShell
-
+ https://github.com/fleschutz/PowerShell/issues
powershell-scripts SPACE_SEPARATED
Mega Collection of PowerShell Scripts
This collection provides more than 250 useful and cross-platform PowerShell scripts in the Scripts subfolder - to be used by command-line interface (CLI), for remote control (e.g. via SSH), by context menu, by voice control (see also repo talk2windows), by automation software like Jenkins, automatically as daily tasks, or simply to learn PowerShell.
diff --git a/Docs/FAQ.md b/Docs/FAQ.md
index 5f4f425c..6a1ce759 100644
--- a/Docs/FAQ.md
+++ b/Docs/FAQ.md
@@ -34,15 +34,16 @@ How to get PowerShell?
What about Security?
--------------------
-* execute scripts only that you trust (and/or where you have checked the code before)!
-* prefer SSH Remoting instead of PowerShell Remoting
-* more recommendations by NSA and cyber security centers in the U.S. (CISA), New Zealand (NZ NCSC), and the U.K. (NCSC-UK) can be found here: https://media.defense.gov/2022/Jun/22/2003021689/-1/-1/1/CSI_KEEPING_POWERSHELL_SECURITY_MEASURES_TO_USE_AND_EMBRACE_20220622.PDF
+* Execute scripts only that you trust (and/or where you have checked the code before)!
+* Prefer SSH Remoting instead of PowerShell Remoting
+* More recommendations by NSA and cyber security centers in the U.S. (CISA), New Zealand (NZ NCSC), and the U.K. (NCSC-UK) can be found here: https://media.defense.gov/2022/Jun/22/2003021689/-1/-1/1/CSI_KEEPING_POWERSHELL_SECURITY_MEASURES_TO_USE_AND_EMBRACE_20220622.PDF
How to get the PowerShell Scripts?
----------------------------------
-* Git users execute: `$ git clone https://github.com/fleschutz/PowerShell`
-* otherwise download and unzip: https://github.com/fleschutz/PowerShell/archive/master.zip
+* When using Git: execute `> git clone https://github.com/fleschutz/PowerShell` in a terminal window.
+* When using Chocolatey: execute `> choco install powershell-scripts --version=0.4` in a terminal window.
+* Otherwise download and unzip from: https://github.com/fleschutz/PowerShell/archive/master.zip
Why do some scripts show gibberish characters?