From 3dd8d135ff5fe1828245fdda08d0d5241d3c3f95 Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Sun, 25 Aug 2024 12:53:52 +0200 Subject: [PATCH] feat: fix docs --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8b5593..5fb2589 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,15 @@ Install the `ontake-hayai-git` package from the AUR. You can now use your desktop environment to set the `hayai` command to run automatically at login. +For KDE that means creating the `.config/autostart/hayai.desktop` file containing: +``` +[Desktop Entry] +Exec=/usr/bin/hayai +Name=Hayai +Comment=An EEW system for Linux using JMA data provided by the Wolfx Project. +Type=Application +X-KDE-AutostartScript=true +``` + # Configuration -You can configure the software by modifying the values in `~/.config/ontake/hayai/config.yml` and then restarting the service. \ No newline at end of file +You can configure the software by modifying the values in `~/.config/ontake/hayai/config.yml` and then restarting `hayai`. \ No newline at end of file