diff --git a/README.md b/README.md
index 9b36d675e4e922f293d2f66d1cf3b1c5b99208be..4110209b0224c0dc924667929902c227b1424a51 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,10 @@ Collect and compress the statics
     python manage.py collectstatic
     python manage.py compress
 
+Create a superuser
+
+    python manage.py createsuperuser
+
 Add a site object
 
     python manage.py shell