Update FAQ.md

This commit is contained in:
Markus Fleschutz 2021-08-30 09:22:10 +02:00 committed by GitHub
parent 6ecd682764
commit f815e6bfa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: * **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. * **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: * **Want to use Snaps?** Install the PowerShell snap by executing: