summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xTTS.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/TTS.rb b/TTS.rb
index 4d61161..d4ff70a 100755
--- a/TTS.rb
+++ b/TTS.rb
@@ -1,4 +1,12 @@
#!/usr/bin/env ruby
+# The following packages should be installed for the script to be installed:
+# rubygem-multipart-post
+# rubygem-highline
+# rubygem-hpricot
+#
+# Make sure you edit the @parameters hash before using!
+#
+
require 'rubygems'
require 'date'
require 'highline/import'