blob: d43467ecf60d4d140fa2b6f2b7daf94d2cfa4954 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<!--#include file="header.html" -->
<h3>Documentation</h3>
Current documentation for BusyBox includes:
<ul>
<li><a href="/FAQ.html">FAQ</a> Frequently Asked Questions, including
how to configure, build, use, extend, and optimize busybox.</li>
<li><a href="downloads/BusyBox.html">BusyBox.html</a>. This is a
list of the all the available commands in BusyBox
with complete usage information and examples of how
to use each app.</li>
<li><a href="downloads/README">README</a>. This is
the README file included in the busybox source
release.</li>
<li>If you need more help, the BusyBox <a href=
"lists/busybox/">mailing list</a> is a good place to
start.</li>
</ul>
<!--#include file="footer.html" -->
|