From 5cc759342037dc2fecd362501e2224bf0620b4a2 Mon Sep 17 00:00:00 2001 From: Leon Jacobs Date: Sat, 28 May 2022 15:40:52 +0200 Subject: [PATCH] (doc) update usbmuxd to libusbmuxd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit while both appear to still be the same verison, a deprecation warning is shown when using homebrew to install usbmuxd. eg: ```text ❯ brew info usbmuxd Warning: Use libusbmuxd instead of deprecated usbmuxd libusbmuxd: stable 2.0.2 (bottled), HEAD ``` ```text ❯ brew info libusbmuxd libusbmuxd: stable 2.0.2 (bottled), HEAD ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68c24b4..6f31b6a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Installation From Source To compile run: ```zsh -# brew install make automake autoconf libtool pkg-config gcc libimobiledevice usbmuxd +# brew install make automake autoconf libtool pkg-config gcc libimobiledevice libusbmuxd git clone https://github.com/corellium/usbfluxd.git cd usbfluxd