diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,9 +75,9 @@ edit its rules, then check them with: krino check demo `krino new` copied the template to `dirs/demo.conf` and filled in the path. Replace its body with a small rule. The built-in `min-age` is 2 minutes -(files skip as "busy" while they might still be downloading), which the +(files skip as "too new" while they might still be downloading), which the demo files we just created are younger than, so this also turns it down to -0 for this directory: +0 for this directory (`--min-age 0` would do the same for a single run): ``` cat > "$XDG_CONFIG_HOME/krino/dirs/demo.conf" <<'EOF' |
