commit 945cb23311f465794117121580c362dc5f67de83 parent 4e07192b13cda9efe5f8a396e08fdb241609c864 Author: Quentin Rameau <quinq@fifth.space> Date: Tue, 26 Feb 2019 17:09:31 +0100 README: add a note about LZ4 dependency Diffstat:
M | README | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -24,3 +24,7 @@ To extract a file from the deduplicated store run: Cheers, sin + +Requirements: +dedup uses LZ4 compression algorithm. +You'll need a library for handling this, for example http://www.lz4.org