Compare commits

..

No commits in common. "86111732c2a0dff205584d5226041938560d6aef" and "336eb5b73d8220d630823e588a585e35f023deba" have entirely different histories.

View File

@ -2,17 +2,6 @@
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