Remove stackage init from instructions (#16)

This commit is contained in:
Michael Snoyman 2012-12-04 18:49:00 +02:00
parent 7f2d4132e0
commit 7673f613ed

View File

@ -35,7 +35,6 @@ general, the following set of commands should be good for getting started:
cd stackage
git submodule update --init # get the Haskell Platform files
runghc app/stackage.hs build # takes a *long* time
runghc app/stackage.hs init # modifies your ~/.cabal/config file
Notes
-----