update README

This commit is contained in:
Yamashita Yuu
2013-05-27 20:25:57 +09:00
parent 16470ec39c
commit bc433be75c
2 changed files with 3 additions and 5 deletions

View File

@@ -253,7 +253,7 @@ for hook in "${after_hooks[@]}"; do eval "$hook"; done
# Run `pyenv-rehash` after a successful installation.
if [ "$STATUS" == "0" ]; then
pyenv rehash
pyenv-rehash
else
cleanup
fi