From 23adc00e2269306a57e4482b6120247be3e97354 Mon Sep 17 00:00:00 2001 From: dons Date: Fri, 2 Dec 2005 04:58:51 +0000 Subject: [PATCH] update readme --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index 823b9a1..6877506 100644 --- a/README +++ b/README @@ -25,9 +25,10 @@ Read the documentation in doc/ for more. ------------------------------------------------------------------------ BUILDING: - $ runhaskell Setup.hs configure --prefix=/usr/local - $ runhaskell Setup.hs build - $ runhaskell Setup.hs install + $ chmod +x Setup.lhs configure + $ ./Setup.hs configure --prefix=/usr/local + $ ./Setup.hs build + $ ./Setup.hs install ------------------------------------------------------------------------ @@ -48,7 +49,7 @@ DEPENDENCIES: To get hs-plugins to use HSX, use: $ mv plugins.cabal.hsx plugins.cabal - $ runhaskell Setup.hs configure --enable-hsx + $ ./Setup.lhs configure --enable-hsx Make sure to install HSX first though :)