update docs to include tarball option

This commit is contained in:
Carl Meyer 2009-03-18 13:02:39 -04:00
parent 6221d8656c
commit 9c281e0824

View File

@ -10,7 +10,8 @@ Easy integration of the MarkItUp_ markup editor widget in Django projects.
Installation Installation
============ ============
Get the Bazaar trunk version of the application:: Download a release tarball from Launchpad_, or get the Bazaar trunk
version of the application::
bzr checkout lp:django-markitup django-markitup bzr checkout lp:django-markitup django-markitup
@ -32,6 +33,7 @@ To install django-markitup:
- Set the MARKITUP_PREVIEW_FILTER setting (see `Using AJAX preview`_ - Set the MARKITUP_PREVIEW_FILTER setting (see `Using AJAX preview`_
below). below).
.. _Launchpad: http://launchpad.net/django-markitup
Using the MarkItUp! widget Using the MarkItUp! widget
========================== ==========================