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 1c78140d 2020-01-13 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 e0ebb42f 2017-09-14 0intro and at https://9fans.github.io/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 e0ebb42f 2017-09-14 0intro See https://9fans.github.io/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 1c78140d 2020-01-13 rsc If you'd like to help out, great!
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 Git
31 0edb0468 2014-11-17 rsc ---
32 294f22a4 2014-11-17 rsc
33 1c78140d 2020-01-13 rsc You can use Git to keep your local copy up-to-date as we make
34 0edb0468 2014-11-17 rsc changes and fix bugs. See the git(1) man page here ("9 man git")
35 0edb0468 2014-11-17 rsc for details on using Git.
36 294f22a4 2014-11-17 rsc
37 46ba383a 2017-09-01 0intro Status
38 46ba383a 2017-09-01 0intro ------
39 46ba383a 2017-09-01 0intro
40 46ba383a 2017-09-01 0intro [![Build Status](https://travis-ci.org/9fans/plan9port.svg?branch=master)](https://travis-ci.org/9fans/plan9port)
41 46ba383a 2017-09-01 0intro [![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)
42 46ba383a 2017-09-01 0intro
43 46ba383a 2017-09-01 0intro
44 0edb0468 2014-11-17 rsc Contact
45 0edb0468 2014-11-17 rsc -------
46 294f22a4 2014-11-17 rsc
47 e0ebb42f 2017-09-14 0intro * Mailing list: https://groups.google.com/group/plan9port-dev
48 e0ebb42f 2017-09-14 0intro * Issue tracker: https://github.com/9fans/plan9port/issues
49 e0ebb42f 2017-09-14 0intro * Submitting changes: https://github.com/9fans/plan9port/pulls
50 0edb0468 2014-11-17 rsc
51 0edb0468 2014-11-17 rsc * Russ Cox <rsc@swtch.com>