docs: add project description and setup instructions to readme

This commit is contained in:
retoor 2024-12-15 15:29:07 +00:00
parent 091d7bcaaf
commit ff05f7f230

View File

@ -49,7 +49,7 @@ Description is quite clear I assume in exception of last three. These are explai
## Install as systemd service
This is the most comfortable way to use the application. You'll never miss a keypress!
1. Edit file: `/etc/systemd/system/tikker.service`
1. Open file in your editor: `/etc/systemd/system/tikker.service`.
2. Insert content:
```[Unit]
Description=Tikker service
@ -66,3 +66,6 @@ WorkingDirectory=[place where you want to have tikker.db]
[Install]
WantedBy=default.target
```
3. Enable by `systemctl enable tikker.service`.
4. Start service by `systemctl start tikker.service`.
Service is now configured to run from the moment your computer boots!