]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix comment re bare metal runserver command 2420/head
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 13 Jan 2023 19:30:47 +0000 (11:30 -0800)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 13 Jan 2023 19:30:47 +0000 (11:30 -0800)
docs/setup.md

index c0f1ec11401c7824898e9a663ee434f2b42a00c8..8bffbd48d83b36d7a22df3b9380f0c979d86549b 100644 (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
     ```