Updated FAQ.md

This commit is contained in:
Markus Fleschutz 2021-02-11 07:39:51 +01:00
parent eef9ae7326
commit d1647cbaba

View File

@ -19,11 +19,23 @@ How to get PowerShell?
``` ```
* **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.
Afterward, install this collection by clicking on the green "Code" button or execute: * **Using Snaps?** If yes, install PowerShell by simply executing:
```
$ snap install PowerShell
```
How to get the PowerShell Scripts?
----------------------------------
Git users simply execute:
``` ```
$ git clone https://github.com/fleschutz/PowerShell $ git clone https://github.com/fleschutz/PowerShell
``` ```
otherwise download it from:
https://github.com/fleschutz/PowerShell/archive/master.zip
How to Configure PowerShell as Default Shell? How to Configure PowerShell as Default Shell?
--------------------------------------------- ---------------------------------------------
* **Linux:** make sure PowerShell is installed, then execute: `chsh -s /bin/powershell <username>` * **Linux:** make sure PowerShell is installed, then execute: `chsh -s /bin/powershell <username>`