updated README.md

This commit is contained in:
Darko Luketic 2023-12-01 23:58:11 +01:00
parent 49a7e8e4dc
commit 46615e32ec

View File

@ -43,6 +43,8 @@ gomanager setup
``` ```
## usage ## usage
all commands can have `-h` added for a help screen.
### add project ### add project
```bash ```bash
gomanager add \ gomanager add \
@ -69,6 +71,8 @@ gomanager logs --id 1
``` ```
### start/run ### 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 ```bash
gomanager start gomanager start
``` ```