summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-05-06 16:15:51 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-05-06 16:15:51 -0400
commit9ab661cddab5db86a8ac9fa7f8e68082066f7aa4 (patch)
treed92b97c523c3d3578579b2faf57dccdbad103a22
parent48842f247e81152570249ab360a9660d856e123d (diff)
downloadaskbot-9ab661cddab5db86a8ac9fa7f8e68082066f7aa4.tar.gz
askbot-9ab661cddab5db86a8ac9fa7f8e68082066f7aa4.tar.bz2
askbot-9ab661cddab5db86a8ac9fa7f8e68082066f7aa4.zip
fixed an error in the documentation about video embedding
-rw-r--r--askbot/doc/source/optional-modules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/doc/source/optional-modules.rst b/askbot/doc/source/optional-modules.rst
index 685aa1c2..7217cff1 100644
--- a/askbot/doc/source/optional-modules.rst
+++ b/askbot/doc/source/optional-modules.rst
@@ -14,7 +14,7 @@ Want to share videos in askbot posts? It is possible, but you will have to insta
version of ``markdown2`` module, here is how::
pip uninstall markdown2
- pip install -U -e git+git://github.com/andryuha/python-markdown2.git#egg=markdown2
+ pip install -e git+git://github.com/andryuha/python-markdown2.git#egg=markdown2
Also, for this to work you'll need to have :ref:`pip` and :ref:`git` installed on your system.