From 7673f613ed4718ed885e5772c8f99cbc03a9ccec Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 4 Dec 2012 18:49:00 +0200 Subject: [PATCH] Remove `stackage init` from instructions (#16) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d7a7115e..555482b8 100644 --- a/README.md +++ b/README.md @@ -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 -----