diff --git a/source/README b/source/README
index abe76a60654c51abf6bffdaa2432163c57cca975_c291cmNlL1JFQURNRQ==..3db4497e3bb8983f1fdeead180593e250bd19afa_c291cmNlL1JFQURNRQ== 100644
--- a/source/README
+++ b/source/README
@@ -4,6 +4,6 @@
 
 by running 
 
-yatiblog <path to website dir> you'll get a website subdirectory which
-contains all necessary stuff to upload and deploy.
+yatiblog <path to website dir> -o <output path> you'll get output in
+output directory that contains all necessary stuff to upload and deploy.
 
@@ -9,4 +9,4 @@
 
-Other required dependencies (argh):
-    * "genshi" from http://genshi.edgewall.org/
+Other required dependencies:
+    * "genshi" from "easy_install genshi"
     * "pygments" from "easy_install pygments"
@@ -12,2 +12,2 @@
     * "pygments" from "easy_install pygments"
-    * "yaml" from ... (I give up at that point, as this doesn't compile)
+    * "yaml" from "apt-get install libyaml", "easy_install pyyaml"