Fix documentation.

Fix installation instructions in README.md when installing from cloned repo.
This commit is contained in:
Lorenzo Bolla 2012-09-16 16:06:55 +01:00
parent 3b8b77841c
commit 0a1f035ff8

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