From 09c7425af1a971ddcd56d6262324b87fe2277a07 Mon Sep 17 00:00:00 2001 From: b2550 Date: Mon, 24 Nov 2014 13:19:38 -0800 Subject: [PATCH] Update README.rst Sudo removed to be OS neutral. Considered putting superuser reminder but decided it was not necessary. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4f1c3ce..1a148b6 100644 --- a/README.rst +++ b/README.rst @@ -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.