From 1c1fc04bcec6cf0f2ac9ae50891136c682c1b04e Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 9 Aug 2023 16:05:51 +0200 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 94793111..58cf826e 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -28,13 +28,12 @@ PowerShell FAQ ``` NOTE: the group policy object (GPO) settings of your organization might disallow changes. In that case contact your system administrator for help. -▶️ **On CentOS, Debian, Docker, Fedora, macOS, openSUSE, Red Hat, Ubuntu** visit https://github.com/PowerShell/PowerShell for installation. - -▶️ **On Linux supporting Snaps** execute: +▶️ **On Linux with Snap support** just execute: ``` $ snap install PowerShell $ ln -s /snap/bin/pwsh /usr/bin/pwsh ``` +▶️ **Otherwise on Linux or macOS** visit https://github.com/PowerShell/PowerShell for installation.
How to get the PowerShell scripts?