summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-06-15 14:35:30 -0300
committerJesusaves <cpntb1@ymail.com>2021-06-15 14:35:30 -0300
commit465a4f2047a4dcc42524dfa86731732802c9d3cd (patch)
tree97c05de7ea03243b905d036a53264195dfc25f37
parent1be71ada0eed5966c87fbcc3ea912c7982ed46f7 (diff)
downloadserverdata-465a4f2047a4dcc42524dfa86731732802c9d3cd.tar.gz
serverdata-465a4f2047a4dcc42524dfa86731732802c9d3cd.tar.bz2
serverdata-465a4f2047a4dcc42524dfa86731732802c9d3cd.tar.xz
serverdata-465a4f2047a4dcc42524dfa86731732802c9d3cd.zip
We want PCRE 3
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 97a2e7a33..a2541c116 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ If you could not find some package, you can try apt-cache to find it's real name
Most common required invokation is:
```
-apt-cache search libpcre
+apt-cache search libpcre3
apt-cache search mariadb
```