Sign in
plan9port
/
plan9
/
63dd44c8ca13354de84c4da659454526ec6750db
/
.
/
INSTALL
blob: 5032c80998e5b6059ba52b45ae37fceb47e05ff8 [
file
] [
log
] [
blame
]
#!/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.'