From a506b213e1957f1fe4923ad783b1e664122fe1bd Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Mon, 6 Jul 2026 08:27:54 +0200 Subject: [PATCH] Standardize README landing page --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) 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.