Fix documentation.
Fix installation instructions in README.md when installing from cloned repo.
This commit is contained in:
parent
3b8b77841c
commit
0a1f035ff8
@ -108,7 +108,9 @@ Yesod is composed of 4 "mega-repos", each with multiple cabal packages. `./scrip
|
|||||||
|
|
||||||
~~~ { .bash }
|
~~~ { .bash }
|
||||||
for repo in shakespeare persistent wai yesod; do
|
for repo in shakespeare persistent wai yesod; do
|
||||||
|
pushd $repo
|
||||||
./scripts/install
|
./scripts/install
|
||||||
|
popd
|
||||||
done
|
done
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user