Change done.cg to refer to 'stack build'

Remove instruction to use cabal install.
Instead direct users to use 'stack build', as is suggested in the quickstart
guide.
This commit is contained in:
Heath Ritchie 2015-07-25 10:11:52 -04:00
parent 48657022be
commit 37b2c6e095

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