From 5f4c96bb0a3e37f2e6fba8185dab330a2608c7a6 Mon Sep 17 00:00:00 2001 From: Zak Yani Star Fenton Date: Sun, 8 Jun 2025 06:54:41 +0000 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0b22f8a..b7e5e9d 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,18 @@ SecureLang™ Application Binary Package Manager ## Features -* build/install/remove software packages -* keeps a simple database of installed packages/files -* compress/decompress individual files -* custom formats (no zip/tar) -* built-in integrity checking -* very simple & portable codebase +* Builds/installs/removes software packages +* Keeps a simple database of installed packages/files +* Compresses/decompresses individual files +* Uses custom formats (no zip/tar) +* Built-in integrity checking +* Very simple & portable codebase, plain C ## Limitations * Doesn't handle advanced features or system integration yet, only "lowest common denominator" feature set * No timestamps, minimal handling of permissions +* Not OS-aware, doesn't check system compatibility or have a way of organising packages for different targets yet * Early version, so small changes to the format are to be expected ## TODO