From e4952edc30b7fb60e1c4c0007b815b8c31d30ba4 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Mon, 23 Mar 2026 10:42:14 +0000 Subject: [PATCH] update readmes --- README.md | 2 +- cron/README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 cron/README.md diff --git a/README.md b/README.md index 1487611..5e7e773 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # git.zue.dev -This repository supports the [git.zue.dev](https://git.zue.dev) source code hosting service. +> Supports the [git.zue.dev](https://git.zue.dev) source code hosting service. diff --git a/cron/README.md b/cron/README.md new file mode 100644 index 0000000..22556cb --- /dev/null +++ b/cron/README.md @@ -0,0 +1,7 @@ +# Cron Jobs + +The following Cron jobs are used to maintain the service: + +``` +* * * * * cd /home/git/git.zue.dev && git cat-file -p @:cron/minutely.sh | sh +``` -- 2.49.1