Blame


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