aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-11-25 13:19:18 +0000
committerrsc <devnull@localhost>2005-11-25 13:19:18 +0000
commit1282ec7a2e0345d4a61258e9705fe1844480948a (patch)
tree8c6818b25355836387ed3090fbf427ac5c982ab9 /README
parent26242ab70628600ba802cbe7ffe1422ac73deb1e (diff)
downloadplan9port-1282ec7a2e0345d4a61258e9705fe1844480948a.tar.gz
plan9port-1282ec7a2e0345d4a61258e9705fe1844480948a.tar.bz2
plan9port-1282ec7a2e0345d4a61258e9705fe1844480948a.zip
change link
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index e0678907..1316a402 100644
--- a/README
+++ b/README
@@ -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".)