From 8d6a952c4a50d464759f2221e63c3ab06bc9aa84 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Wed, 17 Aug 2011 16:52:15 -0700 Subject: [PATCH] correct typo, link to docs --- yesod/input/done.cg | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/yesod/input/done.cg b/yesod/input/done.cg index 24d0a462..8021c266 100644 --- a/yesod/input/done.cg +++ b/yesod/input/done.cg @@ -14,8 +14,16 @@ --------------------------------------- -The foundation for your site has beel laid. Start having some fun: - - cd ~project~ && cabal install +The foundation for your site has been laid. + + +There are a lot of resources to help you use Yesod. +Start with the book: http://www.yesodweb.com/book +Take part in the community: http://yesodweb.com/page/community + + +Start your project: + + cd ~project~ && cabal install && yesod devel