Blob


1 This is a port of many Plan 9 libraries and programs to Unix.
3 Installation
4 ------------
6 To install, run ./INSTALL. It builds mk and then uses mk to
7 run the rest of the installation.
9 For more details, see install(1), at install.txt in this directory
10 and at http://swtch.com/plan9port/man/man1/install.html.
12 Documentation
13 -------------
15 See http://swtch.com/plan9port/man/ for more documentation.
16 (Documentation is also in this tree, but you need to run
17 a successful install first. After that, "9 man 1 intro".)
19 Intro(1) contains a list of man pages that describe new features
20 or differences from Plan 9.
22 Helping out
23 -----------
25 If you'd like to help out, great! The TODO file contains a small list.
27 If you port this code to other architectures, please share your changes
28 so others can benefit.
30 Please use codereview(1) to prepare patches.
32 Git
33 ---
35 You can use Git to keep your local copy up-to-date as we make
36 changes and fix bugs. See the git(1) man page here ("9 man git")
37 for details on using Git.
39 Contact
40 -------
42 * Mailing list: http://groups.google.com/group/plan9port-dev
43 * Issue tracker: http://code.swtch.com/plan9port/issues/
44 * Submitting changes: http://swtch.com/go/codereview
46 * Russ Cox <rsc@swtch.com>