Update FAQ.md

This commit is contained in:
Markus Fleschutz 2023-08-23 08:18:42 +02:00 committed by GitHub
parent 5dd0c28834
commit 102f8d9e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,12 +22,12 @@
<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
$ 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><summary>How to install PowerShell on MacOS?</summary>