Skip to content

Commit 2b1b326

Browse files
antonyartygus
authored andcommitted
Suggest installation of libimobiledevice-utils (#301)
* Suggest installation of libimobiledevice-utils Indicate that idevice_id won't work unless libimobiledevice-utils is installed.
1 parent 61bd65f commit 2b1b326

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,15 @@ sudo make install
3333

3434
## Usage
3535

36-
On Linux, you must run the `usbmuxd` daemon. The above install adds a /lib/udev rule to start the daemon whenever a device is attached. To verify that usbmuxd can list your attached device(s), run `idevice_id -l`
36+
On Linux, you must run the `usbmuxd` daemon. The above install adds a /lib/udev rule to start the daemon whenever a device is attached.
37+
38+
To verify that usbmuxd can list your attached device(s), ensure that `libimobiledevice-utils` is installed, or install it with:
39+
40+
```console
41+
sudo apt-get install libimobiledevice-utils
42+
```
43+
44+
and then run `idevice_id -l`
3745

3846
### Start the simulator or device
3947

0 commit comments

Comments
 (0)