update README

This commit is contained in:
Greg Weber 2011-12-13 15:54:45 -03:00
parent 107062422b
commit 569b6d86ed

View File

@ -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