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 Status
40 ------
42 [![Build Status](https://travis-ci.org/9fans/plan9port.svg?branch=master)](https://travis-ci.org/9fans/plan9port)
43 [![Coverity Scan Build Status](https://scan.coverity.com/projects/plan-9-from-user-space/badge.svg)](https://scan.coverity.com/projects/plan-9-from-user-space)
46 Contact
47 -------
49 * Mailing list: http://groups.google.com/group/plan9port-dev
50 * Issue tracker: http://code.swtch.com/plan9port/issues/
51 * Submitting changes: http://swtch.com/go/codereview
53 * Russ Cox <rsc@swtch.com>