Skip to content

Commit 377e30e

Browse files
committed
Add notes on how to run daemon mode
1 parent aebe88c commit 377e30e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ReadMe.md

+4
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,8 @@ podman run format-check-bot:dev python3 -m formatchecker.core 1000
8888

8989
# Run the format check for change 1000 and submit
9090
podman run -e GERRIT_USERNAME=user -e GERRIT_PASSWORD=http_password_for-user format-check-bot:dev python3 -m formatchecker.core --submit 1000
91+
92+
# Run the format check in daemon mode
93+
podman run -e GERRIT_USERNAME=user -e GERRIT_PASSWORD=http_password_for-user format-check-bot:dev python3 -m formatchecker.runner --daemon --submit
94+
9195
```

0 commit comments

Comments
 (0)