From 051924272cd82b453f1f36ae7a6e57d369e05331 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Mon, 6 Jul 2026 08:27:31 +0200 Subject: [PATCH] Standardize README landing page --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b88408f..76f4e37 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,27 @@ # PowerShellGallery -Module for interacting with the PowerShell Gallery + +PowerShellGallery is a PowerShell module for interacting with the PowerShell Gallery. + +## Installation + +Install the module from the PowerShell Gallery: + +```powershell +Install-PSResource -Name PowerShellGallery +Import-Module -Name PowerShellGallery +``` + +## Documentation + +Documentation is published at [psmodule.io/PowerShellGallery](https://psmodule.io/PowerShellGallery/). + +Use PowerShell help and command discovery for module details: + +```powershell +Get-Command -Module PowerShellGallery +Get-Help -Examples +``` + +## Contributing + +Issues and pull requests are welcome. Please use the repository issue tracker to report bugs, request features, or discuss improvements.