From 68ff71a1ef64a58168c291540582b304c6758a04 Mon Sep 17 00:00:00 2001 From: Chloe M Date: Mon, 27 Jul 2026 21:27:42 -0400 Subject: docs: Add README.md Signed-off-by: Chloe M --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..2a12b73 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# RDAR + +RDAR stands for Reduced Disk Archive Format and serves to be a minimal bundle format (similar to tar) with CRC32 checksumming +for various applications including: operating system initial ramdisks, file sharing / archival, package management, etc. +RDAR does not intend to replace existing formats and instead aims to provide a potential alternative to them for minimalists. + +## Building + +Simply run ``make`` and that's it !! -- cgit v1.2.3