From dc9ddcfa762a01c20573fb0c699ea7659855abd2 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 27 Jun 2024 17:21:59 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0f983b4..634f8a7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Simple Archiver +This program exists because I could not get `tar` or `ar` to compile with +[Cosmopolitan](https://justine.lol/cosmopolitan/index.html). Thus, this +archiver will be written with support for Cosmopolitan in mind. This means +sticking to the C programming language and possibly using Cosmopolitan-specfic +API calls. + ## LICENSE Information Uses the [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0).