From 4bb4fc457030dbab8db37d6eeb9654d7a57dca28 Mon Sep 17 00:00:00 2001 From: Rafael CP Date: Thu, 3 Feb 2022 21:47:48 -0300 Subject: [PATCH] Add install instructions for OS X on README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index a1808f82..6f6b1fea 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,23 @@ To output a list of available configure options use: ./autogen.sh --help ``` +### OS X + +There are two ways: + +#### Using Macports + +``` +sudo port install libimobiledevice +``` + +#### Using Home Brew + +``` +brew install libimobiledevice +``` + + ## Usage The daemon is automatically started by udev or systemd depending on what you