Update README.md

This commit is contained in:
Ace 2022-08-19 17:59:02 +02:00 committed by GitHub
parent 87335217f2
commit 8d788b06ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,12 @@ pip install wheel
pip install -e ./ pip install -e ./
``` ```
## Running Inkycal
To run Inkycal, type in the following command in the terminal:
```bash
python3 inky_run.py
```
## Running on each boot ## Running on each boot
To make inkycal run on each boot automatically, you can use crontab. Do not use sudo for this To make inkycal run on each boot automatically, you can use crontab. Do not use sudo for this
```bash ```bash