Updated installation procedure description.
authorTilman Sauerbeck <tilman@code-monkey.de>
Wed, 27 Apr 2005 14:19:20 +0000 (14:19 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Wed, 27 Apr 2005 14:19:20 +0000 (14:19 +0000)
README

diff --git a/README b/README
index b339f5ad8b68edfe5b971ef6701ebe750a1418a3..830f7f34c8c90e0613b76cef1ab02b362fcf2838 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README 58 2004-08-10 14:10:02Z tilman $
+$Id: README 324 2005-04-27 14:19:20Z tilman $
 
 ruby-evas - Ruby bindings for Evas
 ==================================
@@ -14,7 +14,11 @@ library, Evas.
 Installation
 ------------
 
-Please see INSTALL.
+Run "rake install" to install ruby-evas.
+If you didn't install Evas to /usr/local, execute the following line
+instead:
+
+EVAS_PREFIX=/prefix/evas/is/installed/in rake install
 
 
 Documentation