update clone command to clone from github repo

since this already works on main couchdb.
diff --git a/README.md b/README.md
index 8bef13c..3c25eec 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,8 @@
 
 To get started, you need to install CouchDB from source, grab the CouchDB sources:
 
-    git clone https://git-wip-us.apache.org/repos/asf/couchdb.git
+    git clone https://github.com/apache/couchdb.git
     cd couchdb
-    git checkout -b 1867-feature-plugin origin/1867-feature-plugins
 
 Follow the instructions in `couchdb/INSTALL.Unix` and `couchdb/DEVELOPERS` to get a development environment going.