Skip to content

Commit cf56d1a

Browse files
Adding installation instructions
1 parent e2f254e commit cf56d1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ This repository currently contains two modules:
99

1010
Please scroll down to the "Examples" section for details on what operations are supported.
1111

12+
## Installation
13+
You can get latest release of the PowerShellForGitHub on the [PowerShell Gallery](https://www.powershellgallery.com/packages/PowerShellForGitHub)
14+
```PowerShell
15+
Install-Module -Name PowerShellForGitHub
16+
```
17+
1218
## Usage
1319
1) Rename ApiTokensTemplate.psm1 to ApiTokens.psm1 and update value of $global:gitHubApiToken with GitHub token for your account
1420
* You can obtain it from https://github.com/settings/tokens).

0 commit comments

Comments
 (0)