From e5513eea5c958385ad9e7143c5bfec827e9a2871 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 14 Oct 2024 14:02:48 +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 3650b97c..0ae9ffe5 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -30,9 +30,9 @@ $ sudo ln -s /snap/bin/pwsh /usr/bin/pwsh ``` 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. - * Now execute: **`chsh -s /usr/bin/pwsh `** (replace by your user name). + * Now execute: **`chsh -s /usr/bin/pwsh `** (replace <USERNAME> by your user name).
How to install PowerShell on MacOS?