blob: 8cec190c8b6b4b7d48c44c3560501b73a0841dbd [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
rscbdbc55d2005-11-28 16:36:57 +00006run the rest of the installation.
7
8For more details, see install(1), at install.txt in this directory
9and at http://swtch.com/plan9port/man/man1/install.html.
rsc1282ec72005-11-25 13:19:18 +000010
11* Documentation
12
13See http://swtch.com/plan9port/man/ for more documentation.
rsce8b6ce12005-01-18 05:42:48 +000014(Documentation is also in this tree, but you need to run
15a successful install first. After that, "9 man 1 intro".)
rscf305dff2003-10-13 17:18:52 +000016
rsce8b6ce12005-01-18 05:42:48 +000017Intro(1) contains a list of man pages that describe new features
18or differences from Plan 9.
rsc3d991902004-06-09 14:54:37 +000019
rscf305dff2003-10-13 17:18:52 +000020* Helping out
21
rsce8b6ce12005-01-18 05:42:48 +000022If you'd like to help out, great! The TODO file contains a small list.
rscf305dff2003-10-13 17:18:52 +000023
24If you port this code to other architectures, please share your changes
rsce8b6ce12005-01-18 05:42:48 +000025so others can benefit.
rscf305dff2003-10-13 17:18:52 +000026
27Please use diff -u or CVS (see below) to prepare patches.
28
29* CVS
30
31You can use CVS to keep your local copy up-to-date as we make
rsce8b6ce12005-01-18 05:42:48 +000032changes and fix bugs. See the cvs(1) man page here ("9 man cvs")
33for details on using cvs.
rscf305dff2003-10-13 17:18:52 +000034
rsce8b6ce12005-01-18 05:42:48 +000035* Contact
rscf305dff2003-10-13 17:18:52 +000036
37Russ Cox <rsc@swtch.com>