diff options
author | Russ Cox <rsc@swtch.com> | 2009-07-29 11:30:25 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2009-07-29 11:30:25 -0400 |
commit | 1d534ed6ceb13aa90fea2d0889bdb28ff946ac8d (patch) | |
tree | 2a0360b5590be3bfc5f2ca258b7b6e12c32349e2 /INSTALL | |
parent | d17b040302063f2b71e19aadd2184ace26636e2c (diff) | |
download | plan9port-1d534ed6ceb13aa90fea2d0889bdb28ff946ac8d.tar.gz plan9port-1d534ed6ceb13aa90fea2d0889bdb28ff946ac8d.tar.bz2 plan9port-1d534ed6ceb13aa90fea2d0889bdb28ff946ac8d.zip |
docs: document bitbucket servers, codereview(1)
http://codereview.appspot.com/98068
Diffstat (limited to 'INSTALL')
-rwxr-xr-x | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ esac PLAN9=`pwd` export PLAN9 PATH=/bin:/usr/bin:$PLAN9/bin:$PATH export PATH +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 "* Resetting $PLAN9/config" rm -f config |