From 820cc699374870bc4006712d04c61dd1029eb370 Mon Sep 17 00:00:00 2001 From: meeb Date: Fri, 19 Feb 2021 14:40:41 +1100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 146e234..f890618 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ installing and running WSGI-based Python web applications before attempting this `tubesync/tubesync/local_settings.py` and edit it as appropriate 5. Run migrations with `./manage.py migrate` 6. Collect static files with `./manage.py collectstatic` -6. Set up your prefered WSGI server, such as `gunicorn` poiting it to the application +6. Set up your prefered WSGI server, such as `gunicorn` pointing it to the application in `tubesync/tubesync/wsgi.py` 7. Set up your proxy server such as `nginx` and forward it to the WSGI server 8. Check the web interface is working