Update README.md to show the new build steps (#37)

This commit is contained in:
Michael Snoyman 2013-01-26 19:52:07 +02:00
parent aa5a30ef07
commit 39cc820134

View File

@ -37,7 +37,10 @@ general, the following set of commands should be good for getting started:
git clone https://github.com/fpco/stackage
cd stackage
git submodule update --init # get the Haskell Platform files
runghc app/stackage.hs select
runghc app/stackage.hs check
runghc app/stackage.hs build # takes a *long* time
runghc app/stackage.hs test # also takes a *long* time
Notes
-----