Remove instruction to use cabal install. Instead direct users to use 'stack build', as is suggested in the quickstart guide.
31 lines
865 B
Plaintext
31 lines
865 B
Plaintext
|
|
---------------------------------------
|
|
|
|
___
|
|
{-) |\
|
|
[m,].-"-. /
|
|
[][__][__] \(/\__/\)/
|
|
[__][__][__][__]~~~~ | |
|
|
[][__][__][__][__][] / |
|
|
[__][__][__][__][__]| /| |
|
|
[][__][__][__][__][]| || | ~~~~
|
|
ejm [__][__][__][__][__]__,__, \__/
|
|
|
|
|
|
---------------------------------------
|
|
|
|
The foundation for your web application has been built.
|
|
|
|
|
|
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
|
|
|
|
|
|
It's highly recommended to follow the quick start guide for
|
|
installing Yesod: http://www.yesodweb.com/page/quickstart
|
|
|
|
If your system is already configured correctly, please run:
|
|
|
|
cd PROJECTNAME && stack build && stack exec -- yesod devel
|