From f4864b6513140f858baa7975c26d3c276101cd67 Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Tue, 12 Dec 2023 21:12:01 -0500 Subject: [PATCH] Explain why Busybox mentioned --- doc/development/design/index.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/design/index.mdwn b/doc/development/design/index.mdwn index 75773da..a367809 100644 --- a/doc/development/design/index.mdwn +++ b/doc/development/design/index.mdwn @@ -226,7 +226,7 @@ + Identify which tools are available + Debian: `apt`, most likely GNU coreutils + MSYS2: `pacman` - + Alpine: `apk`, Busybox + + Alpine: `apk`, Busybox (as opposed to GNU coreutils) + Process: + Depends on OS. + In some cases the runtime environment tools you want are not installed