diff options
author | Eric Andersen | 2000-06-22 00:19:33 +0000 |
---|---|---|
committer | Eric Andersen | 2000-06-22 00:19:33 +0000 |
commit | a29dec28cbd9e9a74a59cde83f2d88c631da60e3 (patch) | |
tree | 71a2cf7724ec7bb8ff40120baebc5ef383390fe6 | |
parent | ccd32cbb61a85ae00373c8e109e68a258c65d6b0 (diff) | |
download | busybox-a29dec28cbd9e9a74a59cde83f2d88c631da60e3.zip busybox-a29dec28cbd9e9a74a59cde83f2d88c631da60e3.tar.gz |
More doc updates
-Erik
-rw-r--r-- | README | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -29,6 +29,37 @@ compiled in functions. By default, 'make install' will place the symlink forest into `pwd`/_install unless you have defined the PREFIX environment variable (i.e. make PREFIX="/tmp/foo" install) +---------------- +Getting help: +When you find you need help, you can check out the BusyBox mailing list +archives at http://opensource.lineo.com/lists/busybox/ or even join +the mailing list if you are interested. + +---------------- +Bugs: +If you find bugs, follow the instructions at http://bugs.lineo.com/Reporting.html +and submit a bug report. This way, we can be sure nothing falls through the +cracks... + +---------------- +FTP: +Source for the latest released version can always be downloaded from + ftp://ftp.lineo.com/pub/busybox. + +---------------- +CVS: +BusyBox now has its own publically browsable CVS tree at: + http://opensource.lineo.com/cgi-bin/cvsweb/busybox/ + +Anonymous CVS access is available. For instructions, check out: + http://opensource.lineo.com/cvs_anon.html + +For those that are actively contributing there is even CVS write access: + http://opensource.lineo.com/cvs_write.html + + +---------------- + Please feed suggestions, bug reports, insults, and bribes back to: Erik Andersen <andersen@lineo.com> |