--- a/README.markdown Fri Jun 11 21:22:48 2010 -0400
+++ b/README.markdown Fri Jun 11 21:24:32 2010 -0400
@@ -16,17 +16,21 @@
Installing
==========
-`hg-review` requires Mercurial (probably 1.3.1+), Flask, Jinja2 and Werkzeug.
+`hg-review` requires Mercurial (probably 1.3.1+) and Python 2.5+. It requires
+a few other things too, but they're bundled with the extension so you don't
+need to worry about them.
-Get it:
+First, get hg-review:
hg clone http://bitbucket.org/sjl/hg-review/
-Add it to `~/.hgrc`:
+Then add it to your `~/.hgrc`:
[extensions]
review = [path to]/hg-review/review/
+You're all set.
+
Try It
======