about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-05-22 14:52:10 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-05-22 14:52:10 +0900
commit0a05adb1001af2e4b84dfb606d3d5782704cf195 (patch)
tree8f1cc2e081e4248ddc279f7e4f4b4daefb3468a5
parent11f0add95ffb3d12b647ce1fe29ebcf8a385ed19 (diff)
downloadscadere-0a05adb1001af2e4b84dfb606d3d5782704cf195.tar.gz
Provide some structure for the README 0.0.1
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f89b5e..c7d67e8 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@ that are about to expire and provides an Atom feed for notification.
 
 ## Usage
 
+### Expiration checking
+
 ```console
 $ scadere check --help
 Usage: scadere check [-h] [-d DAYS] [-o PATH] HOST[:PORT] [HOST[:PORT] ...]
@@ -18,6 +20,10 @@ Options:
                         output file (default to stdout)
 ```
 
+It is recommended to run `scadere check` as a cron job.
+
+### Expiration notification
+
 ```console
 $ scadere listen --help
 Usage: scadere listen [-h] INPUT URL [[HOST][:PORT]]