Merge pull request #423 from lbolla/doc-change

Fix documentation.
This commit is contained in:
Michael Snoyman 2012-09-18 10:53:47 -07:00
commit 4513c0029b

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
~~~