changed: README.md

This commit is contained in:
Flummi 2024-01-19 19:43:12 +01:00
parent 026f9b740a
commit 445a60a862
Signed by: Flummi
GPG Key ID: AA2AEF822A6F4817

View File

@ -1,6 +1,6 @@
# Headset Battery Widget # Headset Battery Widget
## Install: ## Install
``` ```
git clone https://git.lat/Flummi/headsetcontrol-battery-widget.git git clone https://git.lat/Flummi/headsetcontrol-battery-widget.git
@ -8,9 +8,9 @@ cd headsetcontrol-battery-widget
kpackagetool5 -t Plasma/Applet --install ./package kpackagetool5 -t Plasma/Applet --install ./package
``` ```
## Uninstall: ## Uninstall
``` ```
cd headsetcontrol-battery-widget cd headsetcontrol-battery-widget
kpackagetool5 -t Plasma/Applet --remove ./package kpackagetool5 -t Plasma/Applet --remove org.kde.plasma.headsetcontrol-battery-widget
``` ```