Sign in
plan9port
/
plan9
/
d21d62e2fc51e0a6aecd716c47785155b318f5f4
/
.
/
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.'