mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-16 09:50:02 +01:00
Updated FAQ.md
This commit is contained in:
parent
eef9ae7326
commit
d1647cbaba
14
Misc/FAQ.md
14
Misc/FAQ.md
@ -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.
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
otherwise download it from:
|
||||
|
||||
https://github.com/fleschutz/PowerShell/archive/master.zip
|
||||
|
||||
|
||||
How to Configure PowerShell as Default Shell?
|
||||
---------------------------------------------
|
||||
* **Linux:** make sure PowerShell is installed, then execute: `chsh -s /bin/powershell <username>`
|
||||
|
Loading…
Reference in New Issue
Block a user