X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=README;h=03642fbecb170b5db006aa6f1625b5ed71cb0550;hp=f7e8cd6b36883ce36cf39b082b8fd7c9ed54341f;hb=d2fdf91ce20bc64a4d486df8d195b6b05b000db9;hpb=0c5ef17631bcad8bed5929ca8fe34e7037109a06 diff --git a/README b/README index f7e8cd6..03642fb 100644 --- a/README +++ b/README @@ -75,12 +75,12 @@ XML toolchain if you want to build the compiler documentation. Quick start: the following gives you a default build: - $ autoreconf + $ sh boot $ ./configure $ make $ make install -The autoreconf step is only necessary if this is a tree checked out +The "sh boot" step is only necessary if this is a tree checked out from darcs. For source distributions downloaded from GHC's web site, this step has already been performed.