README syntax
This commit is contained in:
parent
f650e1bbd5
commit
bae459e530
15
README.md
15
README.md
@ -1,16 +1,19 @@
|
|||||||
## Learn more: http://yesodweb.com/
|
## Learn more: http://yesodweb.com/
|
||||||
|
|
||||||
|
|
||||||
## Installation: http://www.yesodweb.com/page/five-minutes
|
## Installation: http://www.yesodweb.com/page/five-minutes
|
||||||
|
|
||||||
|
|
||||||
## Create a new project after installing
|
## Create a new project after installing
|
||||||
|
|
||||||
yesod init
|
yesod init
|
||||||
|
|
||||||
|
|
||||||
## Installing the latest development version from github
|
## Installing the latest development version from github
|
||||||
|
|
||||||
REPOS="hamlet persistent wai yesod"
|
REPOS="hamlet persistent wai yesod"
|
||||||
for repo in $REPOS
|
for repo in $REPOS
|
||||||
do
|
do
|
||||||
git clone http://github.com/yesodweb/$repo
|
git clone http://github.com/yesodweb/$repo
|
||||||
cd $repo && (./install-all.sh; cd ..)
|
cd $repo && (./install-all.sh; cd ..)
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user