plan9port/README.md

47 lines
1.2 KiB
Markdown
Raw Normal View History

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