diff --git a/INSTALL.md b/INSTALL.md index 129e480..5f4bb7e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -191,8 +191,8 @@ systemctl restart nginx pushd /srv/carom/ git pull pipenv update -pipenv run ./manage.py migrate -pipenv run ./manage.py collectstatic --noinput +pipenv run python manage.py migrate +pipenv run python manage.py collectstatic --noinput touch /etc/uwsgi/apps-enabled/carom.ini popd ```