Update FAQ.md

This commit is contained in:
Markus Fleschutz 2021-09-21 07:16:49 +02:00 committed by GitHub
parent be30481b1f
commit 29f21e4390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ How to get PowerShell?
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:
* **On Linux supporting Snaps** install PowerShell by executing:
```
$ snap install PowerShell
$ ln -s /snap/bin/pwsh /usr/bin/pwsh