Skip to content

Commit

Permalink
Whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
iffy committed Nov 1, 2017
1 parent 2d4aaee commit d59ac3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ If you can't use GitHub, you can use other providers:

On macOS/linux:

export GH_TOKEN="<YOUR_TOKEN_HERE>"
export GH_TOKEN="<YOUR_TOKEN_HERE>"

On Windows, run in powershell:

[Environment]::SetEnvironmentVariable("GH_TOKEN","<YOUR_TOKEN_HERE>","User")
[Environment]::SetEnvironmentVariable("GH_TOKEN","<YOUR_TOKEN_HERE>","User")

Make sure to restart IDE/Terminal to inherit latest env variable.

Expand Down

0 comments on commit d59ac3e

Please sign in to comment.