diff --git a/README.md b/README.md index 4973baf..279c35e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,27 @@ You can set the file to be written by customizing `org-clock-waybar-filename`; i `$XDG_CACHE_HOME/waybar-current-task.json` (`$XDG_CACHE_HOME` defaults to `$HOME/.cache` on XDG compatible systems, like Linux.) +### Quelpa + +If you only have [`quelpa`](https://github.com/quelpa/quelpa) installed: + +```elisp +(quelpa + '(org-clock-waybar + :fetcher git + :url "https://gitea.polonkai.eu/gergely/org-clock-waybar.git")) +``` + +or, if you have [`quelpa-use-package`](https://github.com/quelpa/quelpa-use-package) installed, +too: + +```elisp +(quelpa-use-package org-clock-waybar + :quelpa (org-clock-waybar + :fetcher git + :url "https://gitea.polonkai.eu/gergely/org-clock-waybar.git")) +``` + ## Waybar configuration To add the current task to Waybar, add this snippet to your config: