diff options
author | rsc <devnull@localhost> | 2005-11-25 13:19:18 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-11-25 13:19:18 +0000 |
commit | 1282ec7a2e0345d4a61258e9705fe1844480948a (patch) | |
tree | 8c6818b25355836387ed3090fbf427ac5c982ab9 | |
parent | 26242ab70628600ba802cbe7ffe1422ac73deb1e (diff) | |
download | plan9port-1282ec7a2e0345d4a61258e9705fe1844480948a.tar.gz plan9port-1282ec7a2e0345d4a61258e9705fe1844480948a.tar.bz2 plan9port-1282ec7a2e0345d4a61258e9705fe1844480948a.zip |
change link
-rw-r--r-- | README | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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".) |