properly fix README script this time, my prev commit was still wrong, just in a different way (thanks pbrisbin)
This commit is contained in:
parent
6c27e04419
commit
91d06be35e
@ -24,5 +24,5 @@ Yesod is built upon many smaller packages, all of which can be installed with:
|
|||||||
for repo in $REPOS
|
for repo in $REPOS
|
||||||
do
|
do
|
||||||
git clone http://github.com/yesodweb/$repo
|
git clone http://github.com/yesodweb/$repo
|
||||||
pushd $repo && (./install-all.sh; popd)
|
(cd $repo && ./install-all.sh)
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user