From d7aa7a6d986de2f2472c59d173118c641765f75b Mon Sep 17 00:00:00 2001 From: ProfessionalUwU Date: Tue, 4 Jul 2023 00:18:09 +0200 Subject: [PATCH] Runtime dependency --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b06788a..c3352db 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ Checksums every file under the current directory +## Runtime dependency + +If you use version 2.0.0 or above you will need redis! + +```bash +pacman -S redis && systemctl start redis +``` + +With this redis will be downloaded and started. +Don't forget to enable the service if you don't want to start it every time you run the program. + ## Run Locally Clone the project