Update README.md

This commit is contained in:
Zak Yani Star Fenton 2025-06-08 06:01:01 +00:00
parent e148e8fe18
commit a32f402bea

View File

@ -9,12 +9,14 @@ SecureLang™ Application Binary Package Manager
* keeps a simple database of installed packages/files * keeps a simple database of installed packages/files
* compress/decompress individual files * compress/decompress individual files
* custom formats (no zip/tar) * custom formats (no zip/tar)
* built-in integrity checking
* simple & portable codebase * simple & portable codebase
## Limitations ## Limitations
* Doesn't handle advanced features or system integration yet, only "lowest common denominator" feature set * Doesn't handle advanced features or system integration yet, only "lowest common denominator" feature set
* No timestamps, minimal handling of permissions * No timestamps, minimal handling of permissions
* Early version, so small changes to the format are to be expected
## TODO ## TODO