tchange link - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 1282ec7a2e0345d4a61258e9705fe1844480948a
parent 26242ab70628600ba802cbe7ffe1422ac73deb1e
Author: rsc 
Date:   Fri, 25 Nov 2005 13:19:18 +0000

change link

Diffstat:
  M README                              |      10 +++++++++-

1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/README b/README
t@@ -1,6 +1,14 @@
 This is a port of many Plan 9 libraries and programs to Unix.
 
-See http://swtch.com/plan9port for documentation.
+* Installation
+
+To install, run ./INSTALL.  It builds mk and then uses mk to
+run the rest of the installation.  For more details, see install(1),
+at http://swtch.com/plan9port/man/man1/install.html.
+
+* Documentation
+
+See http://swtch.com/plan9port/man/ for more documentation.
 (Documentation is also in this tree, but you need to run
 a successful install first.  After that, "9 man 1 intro".)