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 ```