Update FAQ.md

This commit is contained in:
Markus Fleschutz 2024-05-31 12:44:20 +02:00 committed by GitHub
parent 8099749ae1
commit 49a1cfdb94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,8 +31,8 @@
```
2. **Otherwise, visit:** https://github.com/PowerShell/PowerShell **and scroll down to: *Get PowerShell*.**
3. **Configure PowerShell as your default shell?**
3.1 Check that the file **/etc/shells** contains the **/usr/bin/pwsh** line, otherwise add it.**
3.2 Now execute: **`chsh -s /usr/bin/pwsh USERNAME`** (replace USERNAME by your user name).
* Check that the file **/etc/shells** contains the **/usr/bin/pwsh** line, otherwise add it.**
* Now execute: **`chsh -s /usr/bin/pwsh USERNAME`** (replace USERNAME by your user name).
</details>
<details><summary>How to install PowerShell on MacOS?</summary>