Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darrelmiller committed Aug 2, 2015
1 parent 43fdaf1 commit 6ae545f
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 @@ -2,5 +2,5 @@

Set environment variables using Powershell prompt

[Environment]::SetEnvironmentVariable("STORMPATH_APIKEY_ID", "<enter ID>", "User")
[Environment]::SetEnvironmentVariable("STORMPATH_APIKEY_SECRET", "<enter secret>", "User")
[Environment]::SetEnvironmentVariable("STORMPATH_APIKEY_ID", "<enter ID>", "User")
[Environment]::SetEnvironmentVariable("STORMPATH_APIKEY_SECRET", "<enter secret>", "User")

0 comments on commit 6ae545f

Please sign in to comment.