Skip to content

Commit

Permalink
INSTALL, README: add moving notice - final change in Mercurial reposi…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
rsc committed Nov 17, 2014
1 parent 813da40 commit 8048d0a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 36 deletions.
8 changes: 8 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ echo "+ Mailing list: http://groups.google.com/group/plan9port-dev"
echo "+ Issue tracker: http://code.swtch.com/plan9port/issues/"
echo "+ Submitting changes: http://swtch.com/go/codereview"
echo " "
echo "SORRY, WE'VE MOVED."
echo " "
echo "Plan 9 from User Space is now using Git."
echo "See http://swtch.com/plan9port/ for a new tar file"
echo "or http://swtch.com/plan9port/man/man1/git.html for Git instructions."
echo " "
exit 1

echo "* Resetting $PLAN9/config"
rm -f config

Expand Down
39 changes: 3 additions & 36 deletions README
Original file line number Diff line number Diff line change
@@ -1,37 +1,4 @@
This is a port of many Plan 9 libraries and programs to Unix.
WE'VE MOVED.

* 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 install.txt in this directory
and 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".)

Intro(1) contains a list of man pages that describe new features
or differences from Plan 9.

* Helping out

If you'd like to help out, great! The TODO file contains a small list.

If you port this code to other architectures, please share your changes
so others can benefit.

Please use diff -u or CVS (see below) to prepare patches.

* CVS

You can use CVS to keep your local copy up-to-date as we make
changes and fix bugs. See the cvs(1) man page here ("9 man cvs")
for details on using cvs.

* Contact

Russ Cox <rsc@swtch.com>
Plan 9 from User Space now uses Git.
See http://swtch.com/plan9port/ for details.

0 comments on commit 8048d0a

Please sign in to comment.