updated README
[deb_libcec.git] / README
diff --git a/README b/README
index a0ced0aa5408766a4dde602faba5e46d81ca32aa..7825aef61e6976ae9adef3c9b859008337cd5f08 100644 (file)
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ To compile libCEC on Linux, you'll need the following dependencies:
 
 To compile, execute the following commands:
 # autoreconf -vif
-# ./configure --prefix=/usr
+# ./configure
 # make
 # sudo make install
 
@@ -36,7 +36,7 @@ To compile libCEC on OS-X, you'll need the following dependencies:
 
 To compile, execute the following commands (TODO: please verify):
 # autoreconf -vif
-# ./configure --prefix=/usr
+# ./configure
 # make
 # sudo make install