blob: 1316a402708d1c8c46c3c2ddb8a68ccc2017471b [file] [log] [blame]
rsce8b6ce12005-01-18 05:42:48 +00001This is a port of many Plan 9 libraries and programs to Unix.
rscf305dff2003-10-13 17:18:52 +00002
rsc1282ec72005-11-25 13:19:18 +00003* Installation
4
5To install, run ./INSTALL. It builds mk and then uses mk to
6run the rest of the installation. For more details, see install(1),
7at http://swtch.com/plan9port/man/man1/install.html.
8
9* Documentation
10
11See http://swtch.com/plan9port/man/ for more documentation.
rsce8b6ce12005-01-18 05:42:48 +000012(Documentation is also in this tree, but you need to run
13a successful install first. After that, "9 man 1 intro".)
rscf305dff2003-10-13 17:18:52 +000014
rsce8b6ce12005-01-18 05:42:48 +000015Intro(1) contains a list of man pages that describe new features
16or differences from Plan 9.
rsc3d991902004-06-09 14:54:37 +000017
rscf305dff2003-10-13 17:18:52 +000018* Helping out
19
rsce8b6ce12005-01-18 05:42:48 +000020If you'd like to help out, great! The TODO file contains a small list.
rscf305dff2003-10-13 17:18:52 +000021
22If you port this code to other architectures, please share your changes
rsce8b6ce12005-01-18 05:42:48 +000023so others can benefit.
rscf305dff2003-10-13 17:18:52 +000024
25Please use diff -u or CVS (see below) to prepare patches.
26
27* CVS
28
29You can use CVS to keep your local copy up-to-date as we make
rsce8b6ce12005-01-18 05:42:48 +000030changes and fix bugs. See the cvs(1) man page here ("9 man cvs")
31for details on using cvs.
rscf305dff2003-10-13 17:18:52 +000032
rsce8b6ce12005-01-18 05:42:48 +000033* Contact
rscf305dff2003-10-13 17:18:52 +000034
35Russ Cox <rsc@swtch.com>