changed: README.md

This commit is contained in:
Flummi 2024-01-20 11:37:38 +01:00
parent 6e4b12a298
commit 58c37a9dce
Signed by: Flummi
GPG Key ID: AA2AEF822A6F4817

View File

@ -15,6 +15,12 @@ kpackagetool5 -t Plasma/Applet --install ./package
## Uninstall
```
cd headsetcontrol-battery-widget
kpackagetool5 -t Plasma/Applet --remove org.kde.plasma.headsetcontrol-battery-widget
```
## Development
```
cd headsetcontrol-battery-widget
kpackagetool5 -t Plasma/Applet --upgrade ./package ; systemctl --user restart plasma-plasmashell
```