diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-12-13 16:37:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-13 16:37:23 +0100 |
| commit | ec5aac6b13ad03e89249ab7a602694286cab3666 (patch) | |
| tree | 2a29b837b94f84ba64cc3a55d9d5d82d5e0ff6ca | |
| parent | 9427911a6dcd5e78f0302739d198d24249525fbe (diff) | |
Add badge
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,7 @@ # git-mirror +![Rust][github-actions-badge] + **git-mirror** is a command-line program to keep local git mirrors up to date with their origin. ## Configuration @@ -19,3 +21,5 @@ description = "A hyperfast web frontend for git repositories written in C." ### Example crontab entry Execute git-mirror every 15 with the given config. `*/15 * * * * git-mirror -c /srv/git/config.toml` + +[github-actions-badge]: https://github.com/Bond-009/git-mirror/workflows/Rust/badge.svg |
