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.
8 For more details, see install(1), at install.txt in this directory
9 and at http://swtch.com/plan9port/man/man1/install.html.
11 * Documentation
13 See http://swtch.com/plan9port/man/ for more documentation.
14 (Documentation is also in this tree, but you need to run
15 a successful install first. After that, "9 man 1 intro".)
17 Intro(1) contains a list of man pages that describe new features
18 or differences from Plan 9.
20 * Helping out
22 If you'd like to help out, great! The TODO file contains a small list.
24 If you port this code to other architectures, please share your changes
25 so others can benefit.
27 Please use diff -u or CVS (see below) to prepare patches.
29 * CVS
31 You can use CVS to keep your local copy up-to-date as we make
32 changes and fix bugs. See the cvs(1) man page here ("9 man cvs")
33 for details on using cvs.
35 * Contact
37 Russ Cox <rsc@swtch.com>