Update README.md

This commit is contained in:
2025-08-08 21:10:52 -03:00
parent 1ce2ddddc4
commit a60f75e810
+1
View File
@@ -8,6 +8,7 @@ This repository contains simple Debian packages and a helper script to build and
- Inside each package:
- `DEBIAN/control`: package metadata (name, version, architecture, etc.)
- Payload files arranged exactly as they should be installed (for example `usr/share/...`).
- `README.md` file to document the package.
- `builds/`: output folder for built `.deb` files (created automatically via the build-upload script).
- `build-upload.sh`: interactive helper to build and upload a package.