From 6edef5f34acf625b5a1cd96cbbd1477a3b89028a Mon Sep 17 00:00:00 2001 From: Gabe O'Leary Date: Fri, 15 Jan 2021 12:52:46 -0800 Subject: [PATCH] Update Readme to reflect need to install iTunes on windows --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a9b42a5f..55db29b5 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,22 @@ The ios_webkit_debug_proxy (aka _iwdp_) proxies requests from usbmuxd daemon ove iOS WebKit Debug Proxy works on Linux, MacOS & Windows. -On a MacOS, it's easiest to install with [homebrew](http://brew.sh/): +### MacOS + +It's easiest to install with [homebrew](http://brew.sh/): ```console brew install ios-webkit-debug-proxy ``` - -On Windows, it's easiest to install with [scoop](http://scoop.sh/): +### Windows +It's easiest to install with [scoop](http://scoop.sh/): ``` scoop bucket add extras scoop install ios-webkit-debug-proxy ``` +Note: you also need the latest version of [iTunes](https://www.apple.com/il/itunes/download/) installed. -On Linux: +### Linux Install dependencies available in apt repository: ```console