add testing instructions to readme
diff --git a/README.md b/README.md
index 4e4e01b..4929dc2 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,23 @@
 This module implements /_cluster_setup and manages the setting up, duh, of a CouchDB cluster.
 
+### Testing
+
+```
+git clone https://git-wip-us.apache.org/repos/asf/couchdb.git
+cd couchdb
+git checkout setup
+./configure
+make
+
+# in dev/run comment out the line `connect_nodes("127.0.0.1", 15984)`
+
+dev/run --admin a:b
+
+# in a new terminal
+src/setup/test/t.sh
+
+```
+
 The Plan:
 
 N. End User Action