summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wenk <andywenk@apache.org>2014-03-17 14:52:07 +0100
committerAndy Wenk <andywenk@apache.org>2014-03-17 14:54:47 +0100
commit304c144606594d16b74bfac9e6d9c61fdfbc4264 (patch)
tree022cfff88911e2a01125c914fca47916d7ed285c
parente07cc8291bf5338ea7a86094ad43b2878e72b265 (diff)
parent266020fe541e46150f0fecd9df0ef3ab629be341 (diff)
downloadcouchdb-304c144606594d16b74bfac9e6d9c61fdfbc4264.tar.gz
Merge branch 'my-first-couch-plugin-readme-typos'
'my-first-couch-plugin-readme-typos' of https://github.com/marianoguerra/couchdb * update opening note 868e171 * update clone command to clone from github repo This closes #186
-rw-r--r--src/my-first-couchdb-plugin/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/my-first-couchdb-plugin/README.md b/src/my-first-couchdb-plugin/README.md
index 37c0a7572..3c25eec04 100644
--- a/src/my-first-couchdb-plugin/README.md
+++ b/src/my-first-couchdb-plugin/README.md
@@ -2,16 +2,14 @@
A practical guide to developing CouchDB plugins.
-*NOTE: This is incomplete, barely tested, works only with the 1867-feature-plugin branch of Apache CouchDB and expects that you understand some Erlang. This is mostly for early review, but if you are daring, you can learn something already :)*
-
+*NOTE: this feature is considered beta, possibly subject to change and expects that you understand some Erlang.
## Preparation
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.