From 569b6d86ed4fb140753a6b542e27f55d08bff958 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Tue, 13 Dec 2011 15:54:45 -0300 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb60373a..079d03a3 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ An advanced web framework using the Haskell programming language. Featuring: cabal-dev creates a sandboxed environment for an individual cabal package. Your application is a cabal package and you should use cabal-dev with your Yesod application. Instead of using the `cabal` command, use the `cabal-dev` command. + Use `yesod-devel --dev` when developing your application. ## Installing the latest development version from github