diff --git a/docs/FAQ.md b/docs/FAQ.md index 41c9e042..c1cc1cc9 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -102,7 +102,8 @@
How to configure PowerShell as my default shell on Linux? -**Make sure PowerShell is installed, then execute: `chsh -s /usr/bin/pwsh USERNAME`. In case you experience an "invalid shell" error, add "/usr/bin/pwsh" to /etc/shells.** +1. Make sure PowerShell is installed, then **execute: `chsh -s /usr/bin/pwsh USERNAME`** (replace USERNAME by your user name). +2. In case you experience an "invalid shell" error, **add the line "/usr/bin/pwsh" to /etc/shells.**
How to set a custom PowerShell profile?