Made curl options more clear

This commit is contained in:
Musa Ahmed 2023-10-18 13:23:32 -04:00 committed by Trenton H
parent cce67ff7ce
commit ccb5b76460

View File

@ -30,7 +30,7 @@ steps described in [Docker setup](#docker_hub) automatically.
2. Download and run the installation script:
```shell-session
$ bash -c "$(curl -L -s -S https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/install-paperless-ngx.sh)"
$ bash -c "$(curl --location --silent --show-error https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/install-paperless-ngx.sh)"
```
!!! note