Update README.rst

Sudo removed to be OS neutral. Considered putting superuser reminder but decided it was not necessary.
This commit is contained in:
b2550 2014-11-24 13:19:38 -08:00
parent 5e58804886
commit 09c7425af1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Required
~~~~~~~~
#. Install or add django-ckeditor to your python path.
sudo pip install django-ckeditor-updated
pip install django-ckeditor-updated
#. Add ``ckeditor`` to your ``INSTALLED_APPS`` setting.