Merge branch 'master' of github.com:yesodweb/yesod

This commit is contained in:
Michael Snoyman 2012-09-19 09:06:03 +03:00
commit c6aa648884

View File

@ -108,7 +108,9 @@ Yesod is composed of 4 "mega-repos", each with multiple cabal packages. `./scrip
~~~ { .bash }
for repo in shakespeare persistent wai yesod; do
pushd $repo
./scripts/install
popd
done
~~~