update readme

This commit is contained in:
dons 2005-12-02 04:58:51 +00:00
parent c39ad8a207
commit 23adc00e22

9
README
View File

@ -25,9 +25,10 @@ Read the documentation in doc/ for more.
------------------------------------------------------------------------ ------------------------------------------------------------------------
BUILDING: BUILDING:
$ runhaskell Setup.hs configure --prefix=/usr/local $ chmod +x Setup.lhs configure
$ runhaskell Setup.hs build $ ./Setup.hs configure --prefix=/usr/local
$ runhaskell Setup.hs install $ ./Setup.hs build
$ ./Setup.hs install
------------------------------------------------------------------------ ------------------------------------------------------------------------
@ -48,7 +49,7 @@ DEPENDENCIES:
To get hs-plugins to use HSX, use: To get hs-plugins to use HSX, use:
$ mv plugins.cabal.hsx plugins.cabal $ mv plugins.cabal.hsx plugins.cabal
$ runhaskell Setup.hs configure --enable-hsx $ ./Setup.lhs configure --enable-hsx
Make sure to install HSX first though :) Make sure to install HSX first though :)