# HG changeset patch
# User Maciej Fijalkowski <fijall@gmail.com>
# Date 1268156234 0
#      Tue Mar 09 17:37:14 2010 +0000
# Branch extradoc
# Node ID 3db4497e3bb8983f1fdeead180593e250bd19afa
# Parent  abe76a60654c51abf6bffdaa2432163c57cca975
update readme

diff --git a/source/README b/source/README
--- a/source/README
+++ b/source/README
@@ -4,10 +4,10 @@
 
 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.
 
-Other required dependencies (argh):
-    * "genshi" from http://genshi.edgewall.org/
+Other required dependencies:
+    * "genshi" from "easy_install genshi"
     * "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"