From 97f3207d5fc5e04aa4ce2798280fb87e95ea610e Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Tue, 5 Oct 2021 16:56:58 -0400 Subject: [PATCH] add readme, finally --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..00bc3ea --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# drakecoreutils +the best coreutils since toybox +#### building +1. reconsider your life decisions +2. use glibc (unless something has changed since i've last tried, it breaks on musl and serenityos's libc) +3. run `make` +4. congrats, all the programs are now in `./bin` +#### todo +- fix memory issues in everything (but `ls` specifically) +- proper formatting in `ls`