We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f254e commit cf56d1aCopy full SHA for cf56d1a
README.md
@@ -9,6 +9,12 @@ This repository currently contains two modules:
9
10
Please scroll down to the "Examples" section for details on what operations are supported.
11
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
+
18
## Usage
19
1) Rename ApiTokensTemplate.psm1 to ApiTokens.psm1 and update value of $global:gitHubApiToken with GitHub token for your account
20
* You can obtain it from https://github.com/settings/tokens).
0 commit comments