From f815e6bfa4ef3936a02fe70e3d690d96a0b98139 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 30 Aug 2021 09:22:10 +0200 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 3b3eef1a..cea095b9 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -17,7 +17,7 @@ How to get PowerShell? ---------------------- * **On Windows 7 and newer** PowerShell is provided by default. However, script execution is **not allowed by default** (execution policy is "restricted"). To enable this, enter as administrator: ``` - $ Set-ExecutionPolicy RemoteSigned + PS> Set-ExecutionPolicy RemoteSigned ``` * **On CentOS, Debian, Docker, Fedora, macOS, openSUSE, Red Hat, Ubuntu** visit https://github.com/PowerShell/PowerShell for installation. * **Want to use Snaps?** Install the PowerShell snap by executing: