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 https://9fans.github.io/plan9port/man/man1/install.html.
12 Documentation
13 -------------
15 See https://9fans.github.io/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!
27 If you port this code to other architectures, please share your changes
28 so others can benefit.
30 Git
31 ---
33 You can use Git to keep your local copy up-to-date as we make
34 changes and fix bugs. See the git(1) man page here ("9 man git")
35 for details on using Git.
37 Status
38 ------
40 [![Build Status](https://travis-ci.org/9fans/plan9port.svg?branch=master)](https://travis-ci.org/9fans/plan9port)
41 [![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)
44 Contact
45 -------
47 * Mailing list: https://groups.google.com/group/plan9port-dev
48 * Issue tracker: https://github.com/9fans/plan9port/issues
49 * Submitting changes: https://github.com/9fans/plan9port/pulls
51 * Russ Cox <rsc@swtch.com>