about summary refs log tree commit homepage
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..c864693
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,9 @@
+= olddoc installation
+
+olddoc requires Ruby 1.9.3 (or later) and rdoc 4.2 or later to install.
+Once you have Ruby installed, installation via RubyGems should take care
+of the dependency for you:
+
+        gem install olddoc
+
+See README for usage instructions.