Merge pull request #1044 from hritchie/master

Change done.cg to refer to 'stack build'
This commit is contained in:
Greg Weber 2015-07-25 08:08:49 -07:00
commit 5f58f7b2ed

View File

@ -27,4 +27,4 @@ installing Yesod: http://www.yesodweb.com/page/quickstart
If your system is already configured correctly, please run:
cd PROJECTNAME && cabal install -j --enable-tests --max-backjumps=-1 --reorder-goals && yesod devel
cd PROJECTNAME && stack build && stack exec -- yesod devel