Skip to content

Commit a72c5c7

Browse files
authored
Add Support for PowerShell Gallery
1 parent b505592 commit a72c5c7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,14 @@ Get-ITGlueUsers
3131

3232
## Installation
3333

34-
One can manually download the Master branch and place the "ITGlueAPI" folder into the (default) `C:\Program Files\WindowsPowerShell\Modules` folder.
34+
This module can be installed directly from the [PowerShell Gallery](https://www.powershellgallery.com/packages/ITGlueAPI) with the following command:
35+
```posh
36+
Install-Module -Name ITGlueAPI
37+
```
38+
39+
If running an older version of PowerShell, or if PowerShellGet is unavailable, one can manually download the Master branch and place the "ITGlueAPI" folder into the (default) `C:\Program Files\WindowsPowerShell\Modules` folder.
40+
41+
After installation (by either methods), load the module into your workspace:
3542

3643
```posh
3744
Import-Module ITGlueAPI
@@ -100,4 +107,4 @@ Get-Help Get-ITGlueUsers
100107

101108
## Wiki :book:
102109

103-
For more information about using this module, as well as examples and advanced functionality, check out our [wiki](https://github.com/itglue/powershellwrapper/wiki/)!
110+
For more information about using this module, as well as examples and advanced functionality, check out our [wiki](https://github.com/itglue/powershellwrapper/wiki/)!

0 commit comments

Comments
 (0)