Fix comment re bare metal runserver command

This commit is contained in:
Michael Shamoon 2023-01-13 11:30:47 -08:00
parent 2bb63b2d02
commit 150c7f26a5

View File

@ -423,7 +423,7 @@ supported.
10. Optional: Test that paperless is working by executing
```bash
# This collects static files from paperless and django.
# Manually starts the webserver
sudo -Hu paperless python3 manage.py runserver
```