READMEs and DOCs and ant tasks, oh my


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665048 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README b/README
index e1bf59e..4475e63 100644
--- a/README
+++ b/README
@@ -67,9 +67,9 @@
 Acknowledgments
 ===============
 
-Thrift was inspired by pillar, a lightweight RPC tool written by Adam D'Angelo
+Thrift was inspired by pillar, a lightweight RPC tool written by Adam D'Angelo.
 
-INSTALLATION
+Installation
 ============
 
 If you are building from the first time out of the source repository, you will
@@ -104,3 +104,7 @@
 From the top directory, become superuser and do:
 
 	make install
+
+Note that some language packages must be installed manually (i.e. Java, Ruby).
+Look for the README file in the lib/<language>/ folder for more details on the
+installation of each language library package.