docs: fix install instructions

kpackagetool6 should be given an explicit package type. The default is
generic, in spite of the metadata.json file.
This commit is contained in:
Cory Todd
2026-03-24 21:46:14 -07:00
parent 948c79fb59
commit 561e473819
+2 -2
View File
@@ -29,7 +29,7 @@ All stats update on configurable intervals. Each section can be toggled on or of
```bash ```bash
git clone https://github.com/samjage/weather-and-stats.git git clone https://github.com/samjage/weather-and-stats.git
kpackagetool6 --install weather-and-stats kpackagetool6 --type Plasma/Applet --install weather-and-stats
``` ```
Then right-click your panel → **Add Widgets** → search for **Weather && Stats**. Then right-click your panel → **Add Widgets** → search for **Weather && Stats**.
@@ -37,7 +37,7 @@ Then right-click your panel → **Add Widgets** → search for **Weather && Stat
### To update after changes ### To update after changes
```bash ```bash
kpackagetool6 --upgrade weather-and-stats kpackagetool6 --type Plasma/Applet --upgrade weather-and-stats
``` ```
## Configuration ## Configuration