commit b4e0c548bc06218103c86aa0fd24293bc96eb41d from: rsc date: Sun Feb 29 22:53:01 2004 UTC Install script. commit - d6df6c1e29b4cc9f166b8346efdcaf97f142158d commit + b4e0c548bc06218103c86aa0fd24293bc96eb41d blob - /dev/null blob + 5032c80998e5b6059ba52b45ae37fceb47e05ff8 (mode 755) --- /dev/null +++ INSTALL @@ -0,0 +1,13 @@ +#!/bin/sh + +PLAN9=`pwd` export PLAN9 +PATH=$PLAN9/bin:$PATH export PATH + +cd src +make +mk clean +mk install + +echo "Set PLAN9=$PLAN9 in your profile environment." +echo 'Add $PLAN9/bin to your profile PATH.' +