summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-05-16 12:26:09 +0000
committerIan Lynagh <igloo@earth.li>2010-05-16 12:26:09 +0000
commitd70136c3a53cc08098458bf2a60b1657e71c6697 (patch)
tree4713797eb85e29be2d0b45dbe13130e6759037d7 /README
parent8aac921cbf7b58b67d202df2fc59a88011d6fdb3 (diff)
downloadhaskell-d70136c3a53cc08098458bf2a60b1657e71c6697.tar.gz
Update various 'sh boot's to 'perl boot'
Spotted by Marco TĂșlio Gontijo e Silva
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index d36c642354..72a9609137 100644
--- a/README
+++ b/README
@@ -80,12 +80,12 @@ dblatex.
Quick start: the following gives you a default build:
- $ sh boot
+ $ perl boot
$ ./configure
$ make
$ make install
-The "sh boot" step is only necessary if this is a tree checked out
+The "perl 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.