diff --git a/README.md b/README.md index fba740b..b78bff9 100644 --- a/README.md +++ b/README.md @@ -104,13 +104,14 @@ Before compiling the services, you'll need to ensure the latest development vers * GTest * GMock * cURL +* Redis * Hiredis An example of installing the packages on Alpine: ```bash $ apk update - $ apk add boost-dev openssl-dev pcre2-dev libxml2-dev gtest-dev curl-dev hiredis-dev + $ apk add boost-dev openssl-dev pcre2-dev libxml2-dev gtest-dev curl-dev hiredis-dev redis ``` ## Compiling and packaging the agent code