From 46615e32ec218f7aa6cb45c279eba7d5085b9a74 Mon Sep 17 00:00:00 2001 From: Darko Luketic Date: Fri, 1 Dec 2023 23:58:11 +0100 Subject: [PATCH] updated README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 32799ab..54a93af 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ gomanager setup ``` ## usage +all commands can have `-h` added for a help screen. + ### add project ```bash gomanager add \ @@ -69,6 +71,8 @@ gomanager logs --id 1 ``` ### start/run +This starts the periodic watcher in the foreground, which runs every 24 hours. +It is advised to use a systemd or other init script to run this in the background, supervised. ```bash gomanager start ```