From f3e5ae10fb46a30beedc799c61c9cc06fb0b7aee Mon Sep 17 00:00:00 2001 From: dons Date: Sun, 4 Dec 2005 00:43:39 +0000 Subject: [PATCH] Out of date reference to Setup.hs --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 6877506..9d199b3 100644 --- a/README +++ b/README @@ -26,9 +26,9 @@ Read the documentation in doc/ for more. BUILDING: $ chmod +x Setup.lhs configure - $ ./Setup.hs configure --prefix=/usr/local - $ ./Setup.hs build - $ ./Setup.hs install + $ ./Setup.lhs configure --prefix=/usr/local + $ ./Setup.lhs build + $ ./Setup.lhs install ------------------------------------------------------------------------