README file
diff --git a/README b/README
new file mode 100644
index 0000000..00d25e0
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+Mako is licensed under an MIT-style license (see LICENSE).
+Other incorporated projects may be licensed under different licenses.
+All licenses allow for non-commercial and commercial use.
+
+To install:
+
+	python setup.py install
+
+SVN checkouts also inlcude setup.cfg file allowing setuptools to create 
+an svn-tagged build.  
+
+Documentation is available in HTML format in the ./doc/ directory.
+
+Running unittests:
+
+        python test/alltests.py
+
+good luck !
+