From 2a1b31b92a84b23f7e3ddc5b47930acb95df5486 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 4 Sep 2019 15:59:23 -0500 Subject: Add instructions for doing install_flat by hand. --- Config.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 16a04f90..67583372 100644 --- a/Config.in +++ b/Config.in @@ -20,8 +20,10 @@ config TOYBOX --long Show path to each command - To install command symlinks, try: + To install command symlinks with paths, try: for i in $(/bin/toybox --long); do ln -s /bin/toybox $i; done + or all in one directory: + for i in $(./toybox); do ln -s toybox $i; done; PATH=$PWD:$PATH Most toybox commands also understand the following arguments: -- cgit v1.2.3