aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index ec2b028fd..670a924e5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -97,7 +97,7 @@ first argument to determine which applet to behave as, for example
97"./busybox cat LICENSE". (Running the busybox applet with no arguments gives 97"./busybox cat LICENSE". (Running the busybox applet with no arguments gives
98a list of all enabled applets.) The standalone shell can also call busybox 98a list of all enabled applets.) The standalone shell can also call busybox
99applets without links to busybox under other names in the filesystem. You can 99applets without links to busybox under other names in the filesystem. You can
100also configure a standaone install capability into the busybox base applet, 100also configure a standalone install capability into the busybox base applet,
101and then install such links at runtime with one of "busybox --install" (for 101and then install such links at runtime with one of "busybox --install" (for
102hardlinks) or "busybox --install -s" (for symlinks). 102hardlinks) or "busybox --install -s" (for symlinks).
103 103