Update README.md

This commit is contained in:
Markus Fleschutz 2020-05-04 14:27:48 +02:00 committed by GitHub
parent 9a59b221e2
commit dfc4b8c775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,17 +5,18 @@ Useful cross-platform PowerShell scripts, to be used on the command-line (CLI) o
What is PowerShell? What is PowerShell?
------------------- -------------------
* PowerShell is open-source: see the repository at https://github.com/PowerShell/PowerShell
* PowerShell is cross-platform: available for Windows, Linux and Mac OS * PowerShell is cross-platform: available for Windows, Linux and Mac OS
* PowerShell is powerful: fully control your computer * PowerShell is powerful: fully control your computer
* PowerShell is easy to learn * PowerShell is open-source: see the repository at https://github.com/PowerShell/PowerShell
* PowerShell is easy to learn: see the tutorial at https://www.guru99.com/powershell-tutorial.html
Script Standards Script Standards
---------------- ----------------
Each script provides: Each script provides:
* A comment header containing a description, author, license and source 1. a comment header containing a description, author, source, and license
* Exits 0 for success, otherwise the error code (mostly 1) 2. prefers command-line options but may ask the user if unspecified
3. exits 0 for success, otherwise the error code (mostly 1)
Links Links
----- -----