Skip to content

Commit

Permalink
Updating the doc with the new release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Belug committed Mar 8, 2018
1 parent b6c958c commit 961a86f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ To install from source ::

From source::

wget https://github.com/belug23/django-epiced/archive/0.3.0.tar.gz
tar -zxvf 0.3.0.tar.gz
wget https://github.com/belug23/django-epiced/archive/0.4.3.tar.gz
tar -zxvf 0.4.3.tar.gz
cd django-epiced
python setup.py install

Expand Down Expand Up @@ -50,4 +50,4 @@ you need to add a safe_mode parameter::
class Post(models.Model):
article = EpicEditorField(safe_mode=False)

for more information look at http://pythonhosted.org/Markdown/reference.html#safe_mode
for more information look at http://pythonhosted.org/Markdown/reference.html#safe_mode

0 comments on commit 961a86f

Please sign in to comment.