From 632622fdd1ed9516e8511f455caf76fb95d8957a Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 8 Dec 2020 21:40:13 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e5f201e..3c61301b 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,10 @@ PowerShell is a task automation and configuration management framework from Micr How to get PowerShell? ---------------------- -Windows 7 and newer do provide PowerShell by default. It's recommended to use it via **Windows Terminal** (see the Microsoft Store at https://www.aka.ms/terminal). +* **Windows 7 and newer** do provide PowerShell by default. It's recommended to install **Windows Terminal** (see the Microsoft Store at https://www.aka.ms/terminal) for a comfortable command-line usage. +* **On CentOS, Debian, Docker, Fedora, macOS, openSUSE, Red Hat, Ubuntu** visit https://github.com/PowerShell/PowerShell for installation. -For installation on alternative platforms (CentOS, Debian, Docker, Fedora, macOS, openSUSE, Red Hat, Ubuntu) visit https://github.com/PowerShell/PowerShell. - -Afterward, install the scripts by clicking on the green "Code" button or execute: +Afterward, install CUPS by clicking on the green "Code" button or execute: ``` $ git clone https://github.com/fleschutz/PowerShell ```