Use command substitution instead of piping in easy-install docs

This commit is contained in:
Kim 2022-02-17 09:18:01 +01:00 committed by GitHub
parent 5d7eeadee8
commit 575274a6e1

View File

@ -116,7 +116,7 @@ performs all the steps described in :ref:`setup-docker_hub` automatically.
.. code:: shell-session
$ curl -L https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/master/install-paperless-ng.sh | bash
$ bash -c "$(curl -L https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/master/install-paperless-ng.sh)"
.. _setup-docker_hub: