Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
robertklep committed Sep 15, 2015
1 parent c520a0d commit 085873f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,24 @@ this from the same directory as `setup.py`:
This should output any errors to stdout, so you might get a clue as to why
it's not working. If it warrants an issue report, you're welcome!

## Environment

_ToggleProxy_ will call `launchctl` to set various environment variables to point to the current proxy value:

- `http_proxy/HTTP_PROXY`
- `https_proxy/HTTPS_PROXY`
- `ftp_proxy/FTP_PROXY`

To retrieve the current value, you can call this command (from the commandline, or a shell script):

launchctl getenv http_proxy

## Authors / Contributors

- @robertklep
- @arnaudruffin
- @mkoistinen

## Author & License

Copyright (C) 2011-2013 by Robert Klep (_robert AT klep DOT name_).
Expand Down

0 comments on commit 085873f

Please sign in to comment.