From 0f4e1daa0e3f37f0371a7f227874637ee73231c5 Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Sun, 10 Dec 2023 00:42:27 +0800 Subject: [PATCH] Add note on disabling RAR support --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f524d19..a21d029 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,9 @@ Output: ✓²: Supported, and compression runs in parallel. -✓³: Due to Rar's restrictive license, only decompression and listing can be supported. +✓³: Due to RAR's restrictive license, only decompression and listing can be supported. +If you wish to exclude non-free code from your build, you can disable RAR support +by building without the `unrar` feature. `tar` aliases are also supported: `tgz`, `tbz`, `tbz2`, `tlz4`, `txz`, `tlzma`, `tsz`, `tzst`.