feat: fix docs

This commit is contained in:
Louis Dalibard 2024-08-25 12:53:52 +02:00
parent a15715a7ac
commit 3dd8d135ff

View File

@ -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.
You can configure the software by modifying the values in `~/.config/ontake/hayai/config.yml` and then restarting `hayai`.