Update readme.
All checks were successful
isspam build / build (push) Successful in 28s

This commit is contained in:
retoor 2024-11-28 19:05:34 +01:00
parent 996c4d0143
commit 8e4a8f6f09

View File

@ -5,6 +5,10 @@ Fast as light evaluator for text files to summarize specific details about the t
``` ```
make build make build
``` ```
Build with memory check (requires valgrind to be installed):
```
make valgrind
```
## Running ## Running
### Using files as parameter ### Using files as parameter
``` ```