Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dreth authored Sep 18, 2024
1 parent 09a3584 commit a5f2dda
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ sudo systemctl enable avahi-daemon
sudo systemctl start avahi-daemon
```

### Removing usbmuxd from Host System
### Stopping or removing usbmuxd from Host System

#### Stop and disable the service using systemd:
```shell
sudo systemctl stop usbmuxd
sudo systemctl disable usbmuxd
```

#### Arch-based distros:
```shell
Expand All @@ -63,11 +69,7 @@ apt remove usbmuxd
dnf remove usbmuxd
```

#### Stop and disable the service using systemd:
```shell
sudo systemctl stop usbmuxd
sudo systemctl disable usbmuxd
```


### Run Using Docker Compose (recommended)

Expand Down

0 comments on commit a5f2dda

Please sign in to comment.