mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-25 01:14:16 +01:00
Update FAQ.md
This commit is contained in:
parent
4c394592aa
commit
e5513eea5c
@ -30,9 +30,9 @@
|
|||||||
$ sudo ln -s /snap/bin/pwsh /usr/bin/pwsh
|
$ sudo ln -s /snap/bin/pwsh /usr/bin/pwsh
|
||||||
```
|
```
|
||||||
2. **Otherwise, visit:** https://github.com/PowerShell/PowerShell **and scroll down to: *Get PowerShell*.**
|
2. **Otherwise, visit:** https://github.com/PowerShell/PowerShell **and scroll down to: *Get PowerShell*.**
|
||||||
3. **Want to configure PowerShell as your default shell?**
|
3. **Want to set PowerShell as your default shell?**
|
||||||
* Make sure the file **/etc/shells** (contains valid login shells) has a **/usr/bin/pwsh** line, otherwise add it.
|
* Make sure the file **/etc/shells** (contains valid login shells) has a **/usr/bin/pwsh** line, otherwise add it.
|
||||||
* Now execute: **`chsh -s /usr/bin/pwsh <USERNAME>`** (replace <USERNAME> by your user name).
|
* Now execute: **`chsh -s /usr/bin/pwsh <USERNAME>`** (replace <USERNAME> by your user name).
|
||||||
</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