Out of date reference to Setup.hs

This commit is contained in:
dons 2005-12-04 00:43:39 +00:00
parent 23adc00e22
commit f3e5ae10fb

6
README
View File

@ -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
------------------------------------------------------------------------