diff --git a/docs/FAQ.md b/docs/FAQ.md index 40e78cd2..b3349c5d 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -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).
How to install PowerShell on MacOS?