diff --git a/README.md b/README.md index dd937931..a563d1f9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ `pip install django-froala-editor` if not update in pypi use this - + `pip install https://github.com/froala/django-froala-editor/archive/master.zip` OR @@ -161,6 +161,13 @@ jQuery is included by default in form media. If you don't want to include jQuery Using `USE_FROALA_EDITOR = False` in your Django settings disables Froala editor and uses a TextArea instead. +### Release + +To publish to PyPi, the following command should be run: +```bash +python setup.py sdist upload -r pypi +``` + ## License This package is available under BSD License. However, in order to use Froala WYSIWYG HTML Editor plugin you should purchase a license for it.