Compare commits
3 Commits
336eb5b73d
...
v2.0.0
Author | SHA1 | Date | |
---|---|---|---|
7b00a87620
|
|||
86111732c2
|
|||
d7aa7a6d98
|
11
README.md
11
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
|
||||
|
Reference in New Issue
Block a user