mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 17:14:28 +01:00
Update FAQ.md
This commit is contained in:
parent
6ecd682764
commit
f815e6bfa4
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user