From 921b022f5d1482408317a9b0720b4b2f17c783ec Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Fri, 26 Jun 2009 11:47:55 -0400 Subject: [PATCH] minor README updates --- README.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index 61bfee4..b107c30 100644 --- a/README.txt +++ b/README.txt @@ -11,8 +11,7 @@ Django projects. Includes server-side support for MarkItUp!'s AJAX preview. Installation ============ -Download a release tarball from Launchpad_, or get the Bazaar trunk -version of the application:: +Install from PyPI, or get the Bazaar trunk version:: 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 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 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`_ below). -.. _Launchpad: http://launchpad.net/django-markitup - Using the MarkItUp! widget ==========================