mirror of
https://github.com/samjage/lab.git
synced 2026-06-06 11:30:42 +00:00
34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
From 561e473819f2b574bfdea09ea598d0e6ba4b476e Mon Sep 17 00:00:00 2001
|
|
From: Cory Todd <cory@corytodd.us>
|
|
Date: Tue, 24 Mar 2026 21:46:14 -0700
|
|
Subject: [PATCH] docs: fix install instructions
|
|
|
|
kpackagetool6 should be given an explicit package type. The default is
|
|
generic, in spite of the metadata.json file.
|
|
---
|
|
README.md | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/README.md b/README.md
|
|
index 0b11a59..e0ae5ff 100644
|
|
--- a/README.md
|
|
+++ b/README.md
|
|
@@ -29,7 +29,7 @@ All stats update on configurable intervals. Each section can be toggled on or of
|
|
|
|
```bash
|
|
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**.
|
|
@@ -37,7 +37,7 @@ Then right-click your panel → **Add Widgets** → search for **Weather && Stat
|
|
### To update after changes
|
|
|
|
```bash
|
|
-kpackagetool6 --upgrade weather-and-stats
|
|
+kpackagetool6 --type Plasma/Applet --upgrade weather-and-stats
|
|
```
|
|
|
|
## Configuration
|