From 2b70183a0ff415bfe7cedc891b21c475656dea2e Mon Sep 17 00:00:00 2001 From: simon987 Date: Fri, 29 May 2020 18:56:30 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53452f5..c54472b 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ These steps have to be performed on machine with compatible configuration (same 1. Install dependencies ```bash - apt install libperl-dev libgeoip-dev libgd-dev libxslt1-dev + apt install libperl-dev libgeoip-dev libgd-dev libxslt1-dev libpcre3-dev ``` 2. Download nginx tarball corresponding to your current version (Check with `nginx -v`) ```bash