aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
blob: 5becb9347fb9201ba5f1b046fc57907540fe719a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

PLAN9=`pwd` export PLAN9
PATH=$PLAN9/bin:$PATH export PATH

cd src
make
mk clean
mk install
mk clean

echo "Set PLAN9=$PLAN9 in your profile environment."
echo 'Add $PLAN9/bin to your PATH.'