minor README updates

This commit is contained in:
Carl Meyer 2009-06-26 11:47:55 -04:00
parent b87896a3fb
commit 921b022f5d

View File

@ -11,8 +11,7 @@ Django projects. Includes server-side support for MarkItUp!'s AJAX preview.
Installation Installation
============ ============
Download a release tarball from Launchpad_, or get the Bazaar trunk Install from PyPI, or get the Bazaar trunk version::
version of the application::
bzr checkout lp:django-markitup django-markitup bzr checkout lp:django-markitup django-markitup
@ -24,7 +23,7 @@ To install django-markitup:
2. Add ``'markitup'`` to your ``INSTALLED_APPS`` setting (not actually 2. Add ``'markitup'`` to your ``INSTALLED_APPS`` setting (not actually
necessary, but probably a good idea). necessary, but probably a good idea).
3. Make the contents of the "markitup/media/markitup" directory 3. Make the contents of the ``markitup/media/markitup`` directory
available at ``MEDIA_URL/markitup``. This can be done by copying the available at ``MEDIA_URL/markitup``. This can be done by copying the
files, making a symlink, or through your webserver configuration. files, making a symlink, or through your webserver configuration.
@ -35,8 +34,6 @@ 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
========================== ==========================