summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChloe M <chloe@faracom.org>2026-07-27 21:27:42 -0400
committerChloe M <chloe@faracom.org>2026-07-27 21:27:42 -0400
commit68ff71a1ef64a58168c291540582b304c6758a04 (patch)
tree258c88cf2ff4bf987a4c7e6676dd6dacfd61e538 /README.md
parent58295b2ce9e0f49f4b1e2f7035b082f027c082c7 (diff)
docs: Add README.md
Signed-off-by: Chloe M <chloe@faracom.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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 !!