Skip to content

Commit e6044cf

Browse files
authored
Update README.md
clarified permissions issues
1 parent 789dce4 commit e6044cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +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.
22+
* You will need to edit this file from an elevated context.
2323

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

0 commit comments

Comments
 (0)