From b5b5c54135665f06828a16e8e75beec2edbde973 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Thu, 8 Dec 2011 09:52:52 -0300 Subject: [PATCH] remove installer reference --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index a3d1691b..fb60373a 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,6 @@ Our installer script now uses cabal-src-install when it is available. ### Building Yesod -#### guided installer -~~~ { .bash } -git clone http://github.com/yesodweb/install yesodweb && cd yesodweb -cd install && cabal install --only-dependencies && cabal build && cd .. && install/dist/build/install/yesodweb-install -~~~ - -#### manual install - ~~~ { .bash } # update your package database if you haven't recently cabal update