mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Install script.
This commit is contained in:
parent
d6df6c1e29
commit
b4e0c548bc
1 changed files with 13 additions and 0 deletions
13
INSTALL
Executable file
13
INSTALL
Executable file
|
@ -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.'
|
||||
|
Loading…
Reference in a new issue