Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 05c36f9

Browse files
authored
Merge pull request #1105 from mtlynch/single-install-cmd
Simplify installation command
2 parents 63402b7 + 6625f89 commit 05c36f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/setup.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ performs all the steps described in :ref:`setup-docker_hub` automatically.
116116

117117
.. code:: shell-session
118118
119-
$ wget https://raw.githubusercontent.com/jonaswinkler/paperless-ng/master/install-paperless-ng.sh
120-
$ chmod +x install-paperless-ng.sh
121-
$ ./install-paperless-ng.sh
119+
$ curl -L https://raw.githubusercontent.com/jonaswinkler/paperless-ng/master/install-paperless-ng.sh | sh
122120
123121
.. _setup-docker_hub:
124122

0 commit comments

Comments
 (0)