This commit is contained in:
Markus Fleschutz 2020-05-25 19:22:55 +00:00
commit 0e24ec1b90

View File

@ -23,6 +23,11 @@ PowerShell is a task automation and configuration management framework from Micr
* PowerShell is easy to learn: see the tutorial at https://www.guru99.com/powershell-tutorial.html
* PowerShell is fully documented: see the official docs at https://docs.microsoft.com/en-us/powershell/
Add Subfolder Scripts/ to the Search Path for Command-line Usage
----------------------------------------------------------------
* **Windows:** open the environment variables dialogue and add the full path to Scripts/ to the system environment variable "Path"
* **Bash or sh:** edit .profile in your home directory and add the line: PATH="$PATH:/path/to/PowerShell/Scripts"
Script Standards
----------------
Each script provides: