diff --git a/README b/README
index 7ea60f2d68dd36a652898d3af7e04f8b170865e2..e8610db936c4582db7bd9d7c8ef2a04723035a96 100644
--- a/README
+++ b/README
@@ -19,14 +19,14 @@ install, and register it in a standard location.
 
 Cabal should build just like any other Cabal-ized packagem, so if you
 you can't or don't want to use the Makefile, you can run:
-ghc --make Setup.lhs -o setup
+ghc -i. --make Setup.lhs -o setup
 ./setup configure
 ./setup build
 sudo ./setup install
 
 -= Installing as a user (no root or administer access) =-
 
-ghc --make Setup.lhs -o setup
+ghc -i. --make Setup.lhs -o setup
 ./setup configure --prefix=$HOME --user
 ./setup build
 ./setup install --user
@@ -98,9 +98,12 @@ Cabal Coders:
 - David Himmelstrup (Lemmih)
 - Simon Marlow
 - Ross Patterson
+- Thomas Schilling
 - Martin Sjögren
 - Malcolm Wallace (via hmake)
 
+- and nearly 30 other people have contributed occasional patches
+
 Cabal spec:
 - Isaac Jones
 - Simon Marlow