1
0
mirror of https://github.com/skeeto/w64devkit.git synced 2025-07-06 11:22:31 +03:00

Add note about BusyBox installation

This commit is contained in:
Christopher Wellons
2020-05-10 14:55:12 -04:00
parent f0e12e470f
commit 1b27e702ac

View File

@ -31,6 +31,10 @@ Then to access a small unix environment:
busybox sh -l busybox sh -l
This will expose the rest of busybox's commands without further action. 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 ## Notes