From 8d788b06cae1687a768429886bcccc33e9ea48ea Mon Sep 17 00:00:00 2001 From: Ace Date: Fri, 19 Aug 2022 17:59:02 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a108c7a..2a8d522 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,12 @@ pip install wheel 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 To make inkycal run on each boot automatically, you can use crontab. Do not use sudo for this ```bash