From c993bca6a4a9f791f5152f5b022481df9a41d9b2 Mon Sep 17 00:00:00 2001 From: Robert Klep Date: Sun, 10 Nov 2013 13:38:35 +0100 Subject: [PATCH] Updated README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 61919d4..c56ba11 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,17 @@ _ToggleProxy_ is a [PyObjC][pyobjc]-based application for Mac OS X to quickly enable and disable the different types of proxy (HTTP, HTTPS, SOCKS) for the currently active networking interface. -It's a background application which installs a menu item in the Mac OS -X menu bar, visualized by an arrow icon with three dots vertically laid -out. These dots represent, from top to bottom, the state of the HTTP, -HTTPS and SOCKS proxies: black is active, transparent is inactive. - -Clicking the icon presents a menu where the state of each type of proxy -can be toggled. +Clicking the icon (an upward arrow, shown in the Mac OS X menu bar) +presents a menu where the state of each type of proxy can be toggled. *NB*: this is not a proxy manager, you have to configure proxies from Mac OS X Network preferences first before this app makes any sense. +## Download + +You can download a pre-built version from +[https://github.com/robertklep/ToggleProxy/releases](the Releases page). + ## Prerequisites * PyObjC: this should be already installed on your Mac, possible after