Merge pull request #2420 from paperless-ngx/fix-2405

Documentation: Fix comment re bare metal runserver command
This commit is contained in:
shamoon 2023-01-16 15:56:12 -08:00 committed by GitHub
commit 6c7ff54aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
```