diff --git a/README.md b/README.md index 0416c0d..c8fa597 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,10 @@ pip install -r requirements.txt ``` - Setup database ``` -python manage.py runserver makemigrations profiles games -python manage.py migrate profiles games +python manage.py makemigrations games +python manage.py migrate games +python manage.py makemigrations profiles +python manage.py migrate profiles ``` - Start the developpement server ```