Improve profile advice for zsh users
This commit is contained in:
committed by
Dan Cross
parent
a2d0459060
commit
6aa005a3b4
6
INSTALL
6
INSTALL
@@ -208,8 +208,10 @@ if $doinstall; then
|
||||
echo "* Done. "
|
||||
echo " "
|
||||
echo "* Add these to your profile environment."
|
||||
echo " PLAN9=$PLAN9 export PLAN9"
|
||||
echo ' PATH=$PATH:$PLAN9/bin export PATH'
|
||||
echo " PLAN9=$PLAN9"
|
||||
echo " export PLAN9"
|
||||
echo ' PATH=$PATH:$PLAN9/bin'
|
||||
echo " export PLAN9"
|
||||
fi
|
||||
) 2>&1 | tee install.log | $awk -f $PLAN9/dist/isum.awk -v 'copy='install.sum
|
||||
|
||||
|
||||
Reference in New Issue
Block a user