summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2026-04-29 21:06:17 +0300
committerAsko Nõmm <asko@nmm.ee>2026-04-29 21:06:22 +0300
commita6f72b1793d31845453da166d9cb9b9fc154cfe5 (patch)
tree128f1932cdbc57250e711aff37c2abbd6f9bebbf /README.md
parent5f655270f7d186701c3ecbdf87bec4a88b13e044 (diff)
Fix install instructions with correct repo URL and folder name
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f4878ca..a31f4fd 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,8 @@ Taskbar badge notifications for KDE Plasma 6. Dynamically discovers running appl
## Install
```bash
-git clone https://github.com/example/notification-badge.git
-cd notification-badge
+git clone ssh://git@git.nmm.ee/asko/plasma-task-manager-notifications.git
+cd plasma-task-manager-notifications
make install
```