diff --git a/html/js/qtip/INSTALL b/html/js/qtip/INSTALL
new file mode 100644
index 0000000000..686431f8d2
--- /dev/null
+++ b/html/js/qtip/INSTALL
@@ -0,0 +1,8 @@
+Installing qTip is relatively straight forward. Simply include the both the jQuery and qTip library files e.g. jquery-qtip-1.0.0.min.js using script html element(s), like so:
+
+
+
+
+Notice the jQuery library is included before qTip. This is _absolutely essential_ for correct functioning of the library and its accompanying methods.
+
+It is HIGHLY RECOMMENDED that all JavaScript includes like the one above be placed after all your content at the footer of the page, just before the end