From 39cc820134ea9944b42258623f5456e29591f448 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 26 Jan 2013 19:52:07 +0200 Subject: [PATCH] Update README.md to show the new build steps (#37) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 94687248..60ae8f9e 100644 --- a/README.md +++ b/README.md @@ -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 -----