Blob


1 This is a port of many Plan 9 libraries and programs to Unix.
3 * Installation
5 To install, run ./INSTALL. It builds mk and then uses mk to
6 run the rest of the installation. For more details, see install(1),
7 at http://swtch.com/plan9port/man/man1/install.html.
9 * Documentation
11 See http://swtch.com/plan9port/man/ for more documentation.
12 (Documentation is also in this tree, but you need to run
13 a successful install first. After that, "9 man 1 intro".)
15 Intro(1) contains a list of man pages that describe new features
16 or differences from Plan 9.
18 * Helping out
20 If you'd like to help out, great! The TODO file contains a small list.
22 If you port this code to other architectures, please share your changes
23 so others can benefit.
25 Please use diff -u or CVS (see below) to prepare patches.
27 * CVS
29 You can use CVS to keep your local copy up-to-date as we make
30 changes and fix bugs. See the cvs(1) man page here ("9 man cvs")
31 for details on using cvs.
33 * Contact
35 Russ Cox <rsc@swtch.com>