From 15dd71baecccf2b434884bdcf64ca315e9311f15 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Wed, 29 Dec 2021 01:03:44 -0500 Subject: [PATCH] Fix up readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60d68f8..c8670fd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ the best coreutils since minix #### 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 ~~because they actually do it right~~) +2. use glibc and x86 otherwise my code is shredded into pieces 3. run `make` to produce the `dbox` executable (CC,CC_FLAGS,LD_FLAGS are the env variables i use for compiler settings) 4. similar to busybox, you can either manually invoke dbox with the name of the executable (i.e. `bin/dbox ls -cCa`), or link the dbox executable to whatever you want to use (i.e. `ln bin/dbox bin/ls; bin/ls -cCa`) 5. congrats, you have built the best set of coreutils since minix