From b1999fa0ff252cca79b79f6e4a5e4bf49b36b31b Mon Sep 17 00:00:00 2001
From: askiiart <askiiart@noreply.localhost>
Date: Tue, 25 Feb 2025 19:06:45 +0000
Subject: [PATCH] Update README.md

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 167ccaa..4b7e2b9 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
 - Scripts must use `set -euo pipefail`
 - All work should be done in a temporary directory (`mktemp -d`)
 - Currently, only amd64 will be supported
+- Must exit if the program is already up-to-date
 
 ## Building
 
@@ -22,3 +23,7 @@
   - They should be placed in `$PACKAGES_DIR/[package name]/`
 - Packages should be built on the distro they're for, unless there's a specific reason not to.
 - There should be a branch named after a distro for each distro it's for, e.g. `fedora` for Fedora.
+
+---
+
+For an example, see [polycat](https://git.askiiart.net/pkg-repo/polycat).
\ No newline at end of file