From 592c22ad88649f290af1247e0b5622d3ae7e84c0 Mon Sep 17 00:00:00 2001 From: retoor Date: Sun, 15 Dec 2024 15:06:29 +0000 Subject: [PATCH] docs: add project description and setup instructions to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 921a536..942f419 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ sudo ./tikker ``` It can be annoying to have the terminal open the whole day. I advise to use tmux or install it as systemd service. If you install it as systemd service, you're sure you'll never miss a key press! Make sure that you define the work directory where the database should be stored in systemd service. +## Statistics +For displaying graphs with stats execute: +``` +make plot +``` + ## Compilation Compilation requires sqlite3 development header files. ```