From cf25893fb179654d2be45db5ac12596d5b9080da Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 14 Dec 2020 08:03:48 +0100 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b6fc3ca0..61de7a49 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,12 @@ The following PowerShell scripts can be found in the [Scripts/](Scripts/) subfol What is PowerShell? ------------------- PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language. -* it's **cross-platform**: available for Linux, Mac OS and Windows -* it's **powerful**: fully control your computer -* it's **open-source**: 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**: 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? ---------------------- @@ -83,8 +84,10 @@ Configure PowerShell as Default Shell * **Windows:** no need to, PowerShell is the default shell -Adding Subfolder Scripts/ to the Search Path for Command-line Usage -------------------------------------------------------------------- +Adding the Scripts to the Search Path +------------------------------------- +Want to use the PowerShell scripts everywhere on the command-line? Then you need to add the Scripts/ subfolder to the search path: + * **Bash or sh:** edit .profile in your home directory and add the line: PATH="$PATH:/path/to/PowerShell/Scripts" * **Windows:** open the environment variables dialogue and add the full path to Scripts/ to the system environment variable "Path"