From 49a1cfdb94b3abbbfde7cffcfa16838501663d91 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Fri, 31 May 2024 12:44:20 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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?