We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 895c437 + 049fcb1 commit 931f0faCopy full SHA for 931f0fa
README.md
@@ -79,8 +79,17 @@ The app title is **“idevice pair”** and includes a log toggle.
79
* **Windows**: Install **Apple’s iTunes from apple.com** (not the Microsoft Store version) and make sure Apple Mobile Device Service is running.
80
* **Linux**: Install `usbmuxd` and start the service; add proper **udev rules** so the device is accessible without root.
81
* **iOS device** + trust the computer.
82
+*
83
+## Download usbmxd
84
----
85
+**Linux**:
86
+
87
+```console
88
+sudo apt install usbmuxd
89
+sudo systemctl enable --now usbmuxd
90
+```
91
92
+**Windows**: Download [Itunes](https://www.apple.com/itunes/download/win64/)
93
94
## Build & Run
95
0 commit comments