ACCUMULO-1166 A brief readme for instamo-archetype

git-svn-id: https://svn.apache.org/repos/asf/accumulo/contrib/instamo-archetype/trunk@1454231 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b9d4071
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+Instamo Archetype
+=======
+
+About
+-----------
+This is a Maven Archetype which automates the customization of Instamo, a small amount of code meant to quickly spin up Accumulo processes in memory in an attempt to get out of the way of the developer who wants to run code against Accumulo.
+
+Usage
+-----------
+Checkout this project and run a `mvn install`. This will install the archetype to your local repository.
+
+Then, change to a new directory and run `mvn archetype:generate -DarchetypeGroupId=org.apache.accumulo -DarchetypeArtifactId=instamo-archetype` and Maven will prompt you to enter the rest of the necessary configuration parameters (e.g. groupId, artifactId, version and Java package)