From 21385f49dd0f032998c2f233bdd34a62a50e0bf5 Mon Sep 17 00:00:00 2001
From: askiiart <askiiart@noreply.localhost>
Date: Tue, 25 Feb 2025 18:18:00 +0000
Subject: [PATCH] Update guidelines with stuff about versions

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

diff --git a/README.md b/README.md
index f330f7a..66ccc17 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,10 @@
   - Built programs should be `.tar.zst` files placed in `$COMPILED_DIR/[package name]/`
 - Programs should be built on Debian, unless there's a specific reason not to.
 - There should be a `build` branch for building the program.
+- Versions
+  - Old versions of the package should be removed
+  - A file at `$COMPILED_DIR/[package name]/version` should contain the current version
+  - There should be a symlink from `[package name].tar.zst` to the current version
 
 ## Packaging