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