Added .gitignore.
[ruby-ecore.git] / README
diff --git a/README b/README
index aad519d34da157b62b22c57345c84a11cd7871b1..e8004b07a54a86db82cf0069bf2fa7b4ed9d18a2 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,3 @@
-$Id: README 60 2004-08-10 14:12:36Z tilman $
-
 ruby-ecore - Ruby bindings for Ecore
 ==================================
 
@@ -14,7 +12,11 @@ library, Ecore.
 Installation
 ------------
 
-Please see INSTALL.
+Run "rake install" to install ruby-ecore.
+If you didn't install Ecore to /usr/local, execute the following line
+instead:
+
+ECORE_PREFIX=/prefix/ecore/is/installed/in rake install
 
 
 Documentation