plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

README.md (1465B)


      1 This is a port of many Plan 9 libraries and programs to Unix.
      2 
      3 Installation
      4 ------------
      5 
      6 To install, run ./INSTALL.  It builds mk and then uses mk to
      7 run the rest of the installation.
      8 
      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.
     11 
     12 Documentation
     13 -------------
     14 
     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".)
     18 
     19 Intro(1) contains a list of man pages that describe new features
     20 or differences from Plan 9.
     21 
     22 Helping out
     23 -----------
     24 
     25 If you'd like to help out, great!
     26 
     27 If you port this code to other architectures, please share your changes
     28 so others can benefit.
     29 
     30 Git
     31 ---
     32 
     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.
     36 
     37 Status
     38 ------
     39 
     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)
     42 
     43 
     44 Contact
     45 -------
     46 
     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
     50 
     51 * Russ Cox <rsc@swtch.com>