properly fix README script this time, my prev commit was still wrong, just in a different way (thanks pbrisbin)

This commit is contained in:
Luite Stegeman 2011-08-25 22:40:33 +02:00
parent 6c27e04419
commit 91d06be35e

View File

@ -24,5 +24,5 @@ Yesod is built upon many smaller packages, all of which can be installed with:
for repo in $REPOS
do
git clone http://github.com/yesodweb/$repo
pushd $repo && (./install-all.sh; popd)
(cd $repo && ./install-all.sh)
done