From 6a99217e343da8a1d39570a8355eb163857a8f3c Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Thu, 19 Jul 2018 21:52:03 +0200 Subject: [PATCH] README.md: Tell wget what file name to create --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b89436f..1a1a196 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Nginx setup ```sh # 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