Merge pull request #170 from paperless-ngx/qcasey-patch-1

Fix typo in `extending.rst`
This commit is contained in:
Felix E 2022-02-28 08:54:30 +01:00 committed by GitHub
commit cffd59f9ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ To do the setup you need to perform the steps from the following chapters in a c
.. code:: shell-session
docker run -d -p 6379:6379 -restart unless-stopped redis:latest
docker run -d -p 6379:6379 --restart unless-stopped redis:latest
6. Install the python dependencies by performing in the src/ directory.
.. code:: shell-session