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:
parent
48657022be
commit
37b2c6e095
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user