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