From 1b27e702ac75fced5b66e8cc44ee340ae68fce64 Mon Sep 17 00:00:00 2001 From: Christopher Wellons Date: Sun, 10 May 2020 14:55:12 -0400 Subject: [PATCH] Add note about BusyBox installation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 524ad6c..645ddf5 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ Then to access a small unix environment: busybox sh -l This will expose the rest of busybox's commands without further action. +However, the unix environment will not be available to other tools such +as `make` without "installing" BusyBox into the `bin/` directory: + + busybox --install ## Notes