From 102f8d9e0d29dc6482dff4633d2fcd370c55c7b8 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 23 Aug 2023 08:18:42 +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 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?