Merge pull request 'Runtime dependency' (#5) from feature/BackwardsCompatibility into feature/NewHashingAlgorithms

Reviewed-on: #5
This commit is contained in:
ProfessionalUwU 2023-07-03 22:20:25 +00:00 committed by Gitea
commit 86111732c2
Signed by: Gitea
GPG Key ID: FCACD432A6DD0FB5

View File

@ -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