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 789dce4 commit e6044cfCopy full SHA for e6044cf
README.md
@@ -19,7 +19,7 @@ Install-Module -Name PowerShellForGitHub
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).
21
* If you don't provide GitHub token, you can still use this module, but you will be limited to 60 queries per hour.
22
- * You can't achieve this with Notepad.exe due to permission restrictions. Run PowerShell ISE as Administrator instead.
+ * You will need to edit this file from an elevated context.
23
24
2) Import module you want to use and call it's function, e.g.
25
0 commit comments