summaryrefslogtreecommitdiffstats
path: root/packaging/installer/README.md
diff options
context:
space:
mode:
authorMarkos Fountoulakis <44345837+mfundul@users.noreply.github.com>2019-08-09 17:35:40 +0300
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-08-09 16:35:40 +0200
commitbfb849f2808e8695408d5c4ce621644808ec3dc0 (patch)
tree520fa852e87f056fd564672f54c5a81b73945cc0 /packaging/installer/README.md
parent50e94f16caa6e00c90c24faaa7e47daf38c217a2 (diff)
update package version requirements for LZ4 and libuv (#6607)
* update package version requirements for LZ4 and libuv * Update README.md
Diffstat (limited to 'packaging/installer/README.md')
-rw-r--r--packaging/installer/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/installer/README.md b/packaging/installer/README.md
index 67a7a91203..b80bdfd897 100644
--- a/packaging/installer/README.md
+++ b/packaging/installer/README.md
@@ -255,10 +255,10 @@ Netdata DB engine can be enabled when these are installed (they are optional):
|package|description|
|:-----:|-----------|
-|`libuv`|multi-platform support library with a focus on asynchronous I/O|
-|`liblz4`|Extremely Fast Compression algorithm|
+|`libuv`|Multi-platform support library with a focus on asynchronous I/O, version 1 or greater|
+|`liblz4`|Extremely fast compression algorithm, version r129 or greater|
|`Judy`|General purpose dynamic array|
-|`openssl`|Cryptography and SSL/TLS Toolkit|
+|`openssl`|Cryptography and SSL/TLS toolkit|
*Netdata will greatly benefit if you have the above packages installed, but it will still work without them.*