From 29f21e43908b6c12cdd8b5666c7a88ea92f36f8b Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 21 Sep 2021 07:16:49 +0200 Subject: [PATCH 1/6] Update FAQ.md --- Docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 400d0af2..8c483172 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -20,7 +20,7 @@ How to get PowerShell? PS> Set-ExecutionPolicy RemoteSigned ``` * **On CentOS, Debian, Docker, Fedora, macOS, openSUSE, Red Hat, Ubuntu** visit https://github.com/PowerShell/PowerShell for installation. -* **Want to use Snaps?** Install the PowerShell snap by executing: +* **On Linux supporting Snaps** install PowerShell by executing: ``` $ snap install PowerShell $ ln -s /snap/bin/pwsh /usr/bin/pwsh From 087121c74bea488796df935b088bb75c1928f478 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 21 Sep 2021 07:20:23 +0200 Subject: [PATCH 2/6] Update FAQ.md --- Docs/FAQ.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 8c483172..7f9773ed 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -7,11 +7,11 @@ PowerShell is a task automation and configuration management framework from Micr Why use PowerShell? ------------------- -* **it's powerful**: fully control your computer -* **it's cross-platform**: available for Linux, Mac OS and Windows -* **it's open-source and free**: see the Github repository at https://github.com/PowerShell/PowerShell -* **it's easy to learn**: see the tutorial at https://www.guru99.com/powershell-tutorial.html -* **it's fully documented**: see the official docs at https://docs.microsoft.com/en-us/powershell/ +✔️ it's **powerful**: fully control your computer +✔️ it's **cross-platform**: available for Linux, Mac OS and Windows +✔️ it's **open-source and free**: see the Github repository at https://github.com/PowerShell/PowerShell +✔️ it's **easy to learn**: see the tutorial at https://www.guru99.com/powershell-tutorial.html +✔️ it's **fully documented**: see the official docs at https://docs.microsoft.com/en-us/powershell/ How to get PowerShell? ---------------------- From c518105b43fe5b4ff4607ea09ed2c1739e491219 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 21 Sep 2021 07:20:49 +0200 Subject: [PATCH 3/6] Update FAQ.md --- Docs/FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 7f9773ed..6fa056cc 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -8,9 +8,13 @@ PowerShell is a task automation and configuration management framework from Micr Why use PowerShell? ------------------- ✔️ it's **powerful**: fully control your computer + ✔️ it's **cross-platform**: available for Linux, Mac OS and Windows + ✔️ it's **open-source and free**: see the Github repository at https://github.com/PowerShell/PowerShell + ✔️ it's **easy to learn**: see the tutorial at https://www.guru99.com/powershell-tutorial.html + ✔️ it's **fully documented**: see the official docs at https://docs.microsoft.com/en-us/powershell/ How to get PowerShell? From 55295b2dd99e9d0fd76d30adae8f7a525f3298ff Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 21 Sep 2021 07:22:58 +0200 Subject: [PATCH 4/6] Update FAQ.md --- Docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 6fa056cc..ae38b706 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -33,7 +33,7 @@ How to get PowerShell? How to get the collection of PowerShell scripts? ------------------------------------------------ * Git users execute: `$ git clone https://github.com/fleschutz/PowerShell` -* otherwise download & unzip: https://github.com/fleschutz/PowerShell/archive/master.zip +* otherwise download & unzip it from: https://github.com/fleschutz/PowerShell/archive/master.zip Why do some scripts show gibberish characters? From ba5b90a76d1501a1e2e31eb0a8a1df29fd4a0152 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 21 Sep 2021 07:24:41 +0200 Subject: [PATCH 5/6] Update FAQ.md --- Docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index ae38b706..7dc93c76 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -15,7 +15,7 @@ Why use PowerShell? ✔️ it's **easy to learn**: see the tutorial at https://www.guru99.com/powershell-tutorial.html -✔️ it's **fully documented**: see the official docs at https://docs.microsoft.com/en-us/powershell/ +✔️ it's **fully documented**: see the PowerShell documentation at https://docs.microsoft.com/en-us/powershell/ How to get PowerShell? ---------------------- From 422f7a532538f5ab4b45c528795b78c050c2a11d Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 21 Sep 2021 07:26:10 +0200 Subject: [PATCH 6/6] Update FAQ.md --- Docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 7dc93c76..747c158e 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -13,7 +13,7 @@ Why use PowerShell? ✔️ it's **open-source and free**: see the Github repository at https://github.com/PowerShell/PowerShell -✔️ it's **easy to learn**: see the tutorial at https://www.guru99.com/powershell-tutorial.html +✔️ it's **easy to learn**: see the tutorial for beginners at https://www.guru99.com/powershell-tutorial.html ✔️ it's **fully documented**: see the PowerShell documentation at https://docs.microsoft.com/en-us/powershell/