You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/17 18:18:59 UTC

[2/2] examples commit: updated refs/heads/master to a459b28

Include url for this repository


Project: http://git-wip-us.apache.org/repos/asf/couchdb-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-examples/commit/a459b28c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-examples/tree/a459b28c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-examples/diff/a459b28c

Branch: refs/heads/master
Commit: a459b28cdf37755a9942ec869cf108e430cad6c7
Parents: 015d153
Author: Robert Newson <rn...@apache.org>
Authored: Thu Jul 17 17:18:34 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Jul 17 17:18:34 2014 +0100

----------------------------------------------------------------------
 my-first-couchdb-plugin/README.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-examples/blob/a459b28c/my-first-couchdb-plugin/README.md
----------------------------------------------------------------------
diff --git a/my-first-couchdb-plugin/README.md b/my-first-couchdb-plugin/README.md
index 8bef13c..a180900 100644
--- a/my-first-couchdb-plugin/README.md
+++ b/my-first-couchdb-plugin/README.md
@@ -21,6 +21,7 @@ Next, install *rebar* from <https://github.com/rebar/rebar>. Rebar is a build to
 
 ## Quick Start
 
+    git clone https://git-wip-us.apache.org/repos/asf/couchdb-examples.git
 
 `my_first_couchdb_plugin` includes two directories `src` and `test` with an `.erl` file in them each. `src/my_first_couchdb_plugin.erl` is where our module code will live and `test/my_first_couchdb_plugin_tests.erl` will contain any tests for that code.