Skip to content

Commit 789dce4

Browse files
authored
readme - permissions fix
If you try and use Notepad.exe or Visual Studio to save the psm1 file, you will get an error about insufficient permissions even if you are logged in as Admin. I worked around this by using ISE as Administrator
1 parent bb4d6d1 commit 789dce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Install-Module -Name PowerShellForGitHub
1919
1) Rename ApiTokensTemplate.psm1 to ApiTokens.psm1 and update value of $global:gitHubApiToken with GitHub token for your account
2020
* You can obtain it from https://github.com/settings/tokens).
2121
* 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.
2223

2324
2) Import module you want to use and call it's function, e.g.
2425

0 commit comments

Comments
 (0)