Update README.md

This commit is contained in:
Markus Fleschutz 2020-12-08 21:40:13 +01:00 committed by GitHub
parent 9169ff34bc
commit 632622fdd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```