Updated README
diff --git a/README b/README
index f3e2880..a6be140 100644
--- a/README
+++ b/README
@@ -2,24 +2,20 @@
 
 To build from a distribution tarball, you only need to do the following:
 
-% ./configure --disable-shared
+% ./configure
 % make
 
 To build from the git repository, the following steps are necessary
 
-0) Clone the repository:
+1) Clone the repository:
 
-% git clone git://git.xiph.org/users/jm/ietfcodec.git
-% cd ietfcodec
+% git clone git://git.opus-codec.org/opus.git
+% cd opus
 
-1) Get the celt and silk submodules:
-
-% git submodule update --init
-
-2) Compiling
+1) Compiling
 
 % ./autogen.sh
-% ./configure --disable-shared
+% ./configure
 % make