From 21447041322ee2ea6c47a0100a19b92f54c6f3a7 Mon Sep 17 00:00:00 2001 From: Robert Klep Date: Sat, 12 Nov 2011 22:47:24 +0100 Subject: [PATCH] Updated README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b54ac05..3af02b4 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,14 @@ _ToggleProxy_ is a [PyObjC][pyobjc]-based application for Mac OS X to quickly enable and disable the HTTP proxy for the currently active networking interface. -It's a _headless_ application which installs a menu item in the Mac OS +It's a background application which installs a menu item in the Mac OS X menu bar. The item shows either an up-arrow with a dashed line through it (think _traffic is going through a proxy_) when the proxy is active, and only an up-arrow when the proxy is not active. +Toggle the on/off state by clicking the icon, quit the application by +`Ctrl`-clicking the icon. + ## Build To build the application, you'll have the Developer tools for Mac OS