Merge pull request #1105 from mtlynch/single-install-cmd

Simplify installation command
This commit is contained in:
Jonas Winkler 2021-06-07 00:48:29 +02:00 committed by GitHub
commit 05c36f91cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,9 +116,7 @@ performs all the steps described in :ref:`setup-docker_hub` automatically.
.. code:: shell-session
$ wget https://raw.githubusercontent.com/jonaswinkler/paperless-ng/master/install-paperless-ng.sh
$ chmod +x install-paperless-ng.sh
$ ./install-paperless-ng.sh
$ curl -L https://raw.githubusercontent.com/jonaswinkler/paperless-ng/master/install-paperless-ng.sh | sh
.. _setup-docker_hub: