diff --git a/README.md b/README.md index 285c9e8..c3b6364 100644 --- a/README.md +++ b/README.md @@ -1 +1,27 @@ -# Utils +# Utilities + +Utilities is a PowerShell module with a collection of general-purpose PowerShell helper functions. + +## Installation + +Install the module from the PowerShell Gallery: + +```powershell +Install-PSResource -Name Utilities +Import-Module -Name Utilities +``` + +## Documentation + +Documentation is published at [psmodule.io/Utilities](https://psmodule.io/Utilities/). + +Use PowerShell help and command discovery for module details: + +```powershell +Get-Command -Module Utilities +Get-Help -Examples +``` + +## Contributing + +Issues and pull requests are welcome. Please use the repository issue tracker to report bugs, request features, or discuss improvements.