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