docs: Update registration install command for zsh

why: The zsh cannot process [] character correctly.

issue: close #402
This commit is contained in:
erdtsksn 2018-10-13 20:12:35 +03:00
parent 479a40d2cc
commit 31655fbe5d

View File

@ -44,7 +44,7 @@ You're good to go now!
Registration (optional)
-----------------------
1. If you want to enable standard registration process you will need to install ``django-allauth`` by using ``pip install django-rest-auth[with_social]``.
1. If you want to enable standard registration process you will need to install ``django-allauth`` by using ``pip install 'django-rest-auth[with_social]'``.
2. Add ``django.contrib.sites``, ``allauth``, ``allauth.account`` and ``rest_auth.registration`` apps to INSTALLED_APPS in your django settings.py: