aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Moylan <chris@chrismoylan.com>2011-07-13 21:58:25 -0500
committerChris Moylan <chris@chrismoylan.com>2011-07-13 21:58:25 -0500
commit9247769a1457ff8ccc8b262f3bdcd7bd36694b16 (patch)
treeda5fa8800135a1e0cd837d8a722d0da1a792fd6d /docs
parent3d073d48cbf797c3da7b19670b8696d2229cce9b (diff)
parent6ae8b541f957b49ae86051814097e769d20f29af (diff)
downloadmediagoblin-9247769a1457ff8ccc8b262f3bdcd7bd36694b16.tar.lz
mediagoblin-9247769a1457ff8ccc8b262f3bdcd7bd36694b16.tar.xz
mediagoblin-9247769a1457ff8ccc8b262f3bdcd7bd36694b16.zip
Merge branch 'master' into test_submission_views_365
Diffstat (limited to 'docs')
-rw-r--r--docs/deploymenthowto.rst5
-rw-r--r--docs/hackinghowto.rst2
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/deploymenthowto.rst b/docs/deploymenthowto.rst
index d943e276..f50edfb6 100644
--- a/docs/deploymenthowto.rst
+++ b/docs/deploymenthowto.rst
@@ -10,4 +10,7 @@ Step 2: ?
Step 3: Write the deployment guide and profit!
-But seriously, this is a stub since we're not quite there, yet.
+But seriously, this is a stub since we're not quite there (yet) but if
+you want to see where we are now, you can try to run the latest
+development version by following the instructions at
+:ref:`hacking-howto`.
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst
index 914a5135..46288882 100644
--- a/docs/hackinghowto.rst
+++ b/docs/hackinghowto.rst
@@ -60,7 +60,7 @@ requirements::
On Fedora::
yum install mongodb-server python-paste-deploy python-paste-script \
- git-core python python-devel
+ git-core python python-devel python-lxml
.. YouCanHelp::