From b4e0c548bc06218103c86aa0fd24293bc96eb41d Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 29 Feb 2004 22:53:01 +0000 Subject: Install script. --- INSTALL | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100755 index 00000000..5032c809 --- /dev/null +++ b/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.' + -- cgit v1.2.3