8
0
mirror of https://github.com/weiss/ngx_http_upload.git synced 2025-07-01 18:29:39 +00:00

README.md: Tell wget what file name to create

This commit is contained in:
Holger Weiss 2018-07-19 21:52:03 +02:00
parent a3e951d93d
commit 6a99217e34

View File

@ -12,7 +12,7 @@ Nginx setup
```sh ```sh
# mkdir -p /usr/local/lib/perl # mkdir -p /usr/local/lib/perl
# wget -P /usr/local/lib/perl https://git.io/fNZgL # wget -O /usr/local/lib/perl/upload.pm https://git.io/fNZgL
``` ```
2. Install the [`ngx_http_perl_module`][5]. On Debian/Ubuntu-based 2. Install the [`ngx_http_perl_module`][5]. On Debian/Ubuntu-based