diff --git a/README.md b/README.md index a3a5781..23d1aae 100644 --- a/README.md +++ b/README.md @@ -194,21 +194,25 @@ Choose the method that matches your installation method: ### Distrobox 1. Stop and disable the service: + ```bash systemctl --user disable --now arctis-manager rm ~/.config/systemd/user/arctis-manager.service ``` -2. Remove the container: +3. Remove the container: + ```bash distrobox-rm -f arctis-manager ``` -3. Remove leftover host files: +5. Remove leftover host files: ```bash # desktop menu entries rm -f ~/.local/share/applications/ArctisManager.desktop + rm -f ~/.local/share/applications/ArctisManagerSystray.desktop + rm -f ~/.config/autostart/ArctisManagerSystray.desktop # udev rules sudo rm -f /etc/udev/rules.d/91-steelseries-arctis.rules