From dfda1a61e57332b074d1be152129c1e1be95b6e5 Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Sun, 10 Dec 2023 22:12:57 -0500 Subject: [PATCH] Format --- doc/development/design/index.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/development/design/index.mdwn b/doc/development/design/index.mdwn index 04a8b72..d7471a9 100644 --- a/doc/development/design/index.mdwn +++ b/doc/development/design/index.mdwn @@ -224,9 +224,9 @@ + CPU info * Need to identify runtime environment (default: host and target are identical and local). + Identify which tools are available - + Debian: apt, most likely GNU coreutils - + MSYS2: pacman - + Alpine: apk, Busybox + + Debian: `apt`, most likely GNU coreutils + + MSYS2: `pacman` + + Alpine: `apk`, Busybox + Process: + Depends on OS. + In some cases the runtime environment tools you want are not installed