Include url for this repository
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 @@
 
 ## 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.