diff --git a/README b/README
index f3e2880b02886cc0339a35894afd9efea203f9f0..a6be1406e7174df2dc5c76cb096f516de769bdbd 100644
--- a/README
+++ b/README
@@ -2,24 +2,20 @@ This is a prototype codec and for now it has limited functionality.
 
 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
 
 
diff --git a/README.draft b/README.draft
index 9e1b53e3db117c3871c2062baa32ccc399109ebb..cc8219e01080d7c4446f89aa8422d9036ea0dc7f 100644
--- a/README.draft
+++ b/README.draft
@@ -10,17 +10,13 @@ steps are necessary
 
 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
 
-2) Get the celt and silk submodules:
-
-% git submodule update --init
-
-3) Compile
+2) Compile
 
 % ./autogen.sh
-% ./configure --disable-shared
+% ./configure
 % make