diff options
author | rsc <devnull@localhost> | 2004-02-29 22:53:01 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-02-29 22:53:01 +0000 |
commit | b4e0c548bc06218103c86aa0fd24293bc96eb41d (patch) | |
tree | c457163f32a0d200180e0808bb74821420be55e1 /INSTALL | |
parent | d6df6c1e29b4cc9f166b8346efdcaf97f142158d (diff) | |
download | plan9port-b4e0c548bc06218103c86aa0fd24293bc96eb41d.tar.gz plan9port-b4e0c548bc06218103c86aa0fd24293bc96eb41d.tar.bz2 plan9port-b4e0c548bc06218103c86aa0fd24293bc96eb41d.zip |
Install script.
Diffstat (limited to 'INSTALL')
-rwxr-xr-x | INSTALL | 13 |
1 files changed, 13 insertions, 0 deletions
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.' + |