From: Alex Pooley (@zuedev) Date: Mon, 23 Mar 2026 10:42:14 +0000 (+0000) Subject: update readmes X-Git-Url: http://git.zue.dev/?a=commitdiff_plain;h=e4952edc30b7fb60e1c4c0007b815b8c31d30ba4;p=git.zue.dev update readmes --- 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 +```