hamlet->shakespeare
This commit is contained in:
parent
f91ff4fde2
commit
7c09b105b0
@ -82,7 +82,7 @@ Our installer script now uses cabal-src-install when it is available.
|
|||||||
#### Cloning the repos
|
#### Cloning the repos
|
||||||
|
|
||||||
~~~ { .bash }
|
~~~ { .bash }
|
||||||
for repo in hamlet persistent wai yesod; do
|
for repo in shakespeare persistent wai yesod; do
|
||||||
git clone http://github.com/yesodweb/$repo
|
git clone http://github.com/yesodweb/$repo
|
||||||
(
|
(
|
||||||
cd $repo
|
cd $repo
|
||||||
@ -94,7 +94,7 @@ done
|
|||||||
#### install all repos
|
#### install all repos
|
||||||
|
|
||||||
~~~ { .bash }
|
~~~ { .bash }
|
||||||
for repo in hamlet persistent wai yesod; do
|
for repo in shakespeare persistent wai yesod; do
|
||||||
./scripts/install
|
./scripts/install
|
||||||
done
|
done
|
||||||
~~~
|
~~~
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user