diff --git a/Docs/FAQ.md b/Docs/FAQ.md index c1f9a6c8..cddffa05 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -22,12 +22,12 @@
How to install PowerShell on Linux? -1. On Linux with **Snap** support just execute: +1. **On Linux with Snap support just execute:** ``` $ snap install PowerShell $ ln -s /snap/bin/pwsh /usr/bin/pwsh ``` -2 **Otherwise** visit: https://github.com/PowerShell/PowerShell for installation (scroll down to 'Get PowerShell'). +2 **Otherwise visit:** https://github.com/PowerShell/PowerShell for installation (scroll down to 'Get PowerShell').
How to install PowerShell on MacOS?