mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-05-06 00:24:53 +02:00
Update FAQ.md
This commit is contained in:
parent
5dd0c28834
commit
102f8d9e0d
@ -22,12 +22,12 @@
|
|||||||
|
|
||||||
<details><summary>How to install PowerShell on Linux?</summary>
|
<details><summary>How to install PowerShell on Linux?</summary>
|
||||||
|
|
||||||
1. On Linux with **Snap** support just execute:
|
1. **On Linux with Snap support just execute:**
|
||||||
```
|
```
|
||||||
$ snap install PowerShell
|
$ snap install PowerShell
|
||||||
$ ln -s /snap/bin/pwsh /usr/bin/pwsh
|
$ ln -s /snap/bin/pwsh /usr/bin/pwsh
|
||||||
```
|
```
|
||||||
2 **Otherwise** visit: https://github.com/PowerShell/PowerShell for installation (scroll down to 'Get PowerShell').
|
2 **Otherwise visit:** https://github.com/PowerShell/PowerShell for installation (scroll down to 'Get PowerShell').
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details><summary>How to install PowerShell on MacOS?</summary>
|
<details><summary>How to install PowerShell on MacOS?</summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user