diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-04-29 21:06:17 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-04-29 21:06:22 +0300 |
| commit | a6f72b1793d31845453da166d9cb9b9fc154cfe5 (patch) | |
| tree | 128f1932cdbc57250e711aff37c2abbd6f9bebbf | |
| parent | 5f655270f7d186701c3ecbdf87bec4a88b13e044 (diff) | |
Fix install instructions with correct repo URL and folder name
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |
