diff --git a/README.md b/README.md index 4d67bd85..5e16597c 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,8 @@ You'll have to install the Docker and docker-compose. When you're ready, run: ```bash docker-compose build -docker-compose up -docker-compose exec web python manage.py migrate -docker-compose exec web python manage.py shell -c 'import init_db' +docker-compose run --rm web python manage.py migrate +docker-compose run --rm web python manage.py initdb ``` ### Without Docker