mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Use command substitution instead of piping in easy-install docs
This commit is contained in:
parent
e4859412bc
commit
51be0f07a5
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user