summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariano Guerra <luismarianoguerra@gmail.com>2014-03-17 13:52:14 +0100
committerMariano Guerra <luismarianoguerra@gmail.com>2014-03-17 13:52:14 +0100
commit266020fe541e46150f0fecd9df0ef3ab629be341 (patch)
tree5d5e5d901539cdcbcf158ec9ad9265eadffdab69
parent868e17114cff46db38791c5abb382e465722ccbd (diff)
downloadcouchdb-266020fe541e46150f0fecd9df0ef3ab629be341.tar.gz
update clone command to clone from github repo
since this already works on main couchdb.
-rw-r--r--src/my-first-couchdb-plugin/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/my-first-couchdb-plugin/README.md b/src/my-first-couchdb-plugin/README.md
index 8bef13c81..3c25eec04 100644
--- a/src/my-first-couchdb-plugin/README.md
+++ b/src/my-first-couchdb-plugin/README.md
@@ -8,9 +8,8 @@ A practical guide to developing CouchDB plugins.
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.