Skip to content

Commit 0519242

Browse files
Standardize README landing page
1 parent ea0734c commit 0519242

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,27 @@
11
# PowerShellGallery
2-
Module for interacting with the PowerShell Gallery
2+
3+
PowerShellGallery is a PowerShell module for interacting with the PowerShell Gallery.
4+
5+
## Installation
6+
7+
Install the module from the PowerShell Gallery:
8+
9+
```powershell
10+
Install-PSResource -Name PowerShellGallery
11+
Import-Module -Name PowerShellGallery
12+
```
13+
14+
## Documentation
15+
16+
Documentation is published at [psmodule.io/PowerShellGallery](https://psmodule.io/PowerShellGallery/).
17+
18+
Use PowerShell help and command discovery for module details:
19+
20+
```powershell
21+
Get-Command -Module PowerShellGallery
22+
Get-Help <CommandName> -Examples
23+
```
24+
25+
## Contributing
26+
27+
Issues and pull requests are welcome. Please use the repository issue tracker to report bugs, request features, or discuss improvements.

0 commit comments

Comments
 (0)