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