mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-21 23:43:25 +01:00
Update FAQ.md
This commit is contained in:
parent
49a1cfdb94
commit
6da72badbd
@ -30,9 +30,9 @@
|
|||||||
$ ln -s /snap/bin/pwsh /usr/bin/pwsh
|
$ 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. **Configure PowerShell as your default shell?**
|
3. **Want to configure PowerShell as your default shell?**
|
||||||
* Check that the file **/etc/shells** contains the **/usr/bin/pwsh** line, otherwise add it.**
|
* 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).
|
* 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