Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmy O'Mahony committed May 2, 2012
1 parent c645a7f commit 7788587
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -3,14 +3,10 @@ Django-CMS Pagedown Plugin

A django-cms plugin to allow the use of [Stack Overflow's "Pagedown" Markdown editor](http://code.google.com/p/pagedown/)

#### Requires ####

- [django-pagedown](https://github.com/timmyomahony/django-pagedown)

#### Installation ####

- Make sure you have included `django.contrib.markup` in your `INSTALLED_APPS`
- Install via pip: `pip install -e https://github.com/timmyomahony/cmsplugin-pagedown.git#egg=cmsplugin-pagedown`
- Install via pip: `pip install -e https://github.com/timmyomahony/cmsplugin-pagedown.git#egg=cmsplugin-pagedown` or `pip install cmsplugin-pagedown`
- Add `cmsplugin_pagedown` to your `INSTALLED_APPS`

#### Usage ####
Expand Down

0 comments on commit 7788587

Please sign in to comment.