Update FAQ.md

This commit is contained in:
Markus Fleschutz 2021-02-11 07:52:12 +01:00 committed by GitHub
parent f0bf5b5f79
commit e8676693ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,12 +17,12 @@ How to get PowerShell?
``` ```
$ Set-ExecutionPolicy RemoteSigned $ 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 PowerShell by executing:
* **Using Snaps?** If yes, install PowerShell by simply executing:
``` ```
$ snap install PowerShell $ snap install PowerShell
``` ```
* **On CentOS, Debian, Docker, Fedora, macOS, openSUSE, Red Hat, Ubuntu** visit https://github.com/PowerShell/PowerShell for installation.
How to get the PowerShell Scripts? How to get the PowerShell Scripts?
---------------------------------- ----------------------------------