From 37b2c6e095aff69e5a60ef57ff7f9fe56ae80dfc Mon Sep 17 00:00:00 2001 From: Heath Ritchie Date: Sat, 25 Jul 2015 10:11:52 -0400 Subject: [PATCH] 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. --- yesod-bin/input/done.cg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod-bin/input/done.cg b/yesod-bin/input/done.cg index 760ed96f..63a17a37 100644 --- a/yesod-bin/input/done.cg +++ b/yesod-bin/input/done.cg @@ -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