diff --git a/README.md b/README.md index a2b684b3..e2f32af7 100644 --- a/README.md +++ b/README.md @@ -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: