From 709b1cc2c69601beb827b335713e363ba7785dfc Mon Sep 17 00:00:00 2001 From: Gregory Zdanowski-House Date: Mon, 4 Sep 2023 10:19:54 -0500 Subject: [PATCH] Update dependency documentation (#26) The project no longer requires "bc", but instead relies on more common "perl" being preinstalled. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19042dd..a7b6564 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ chmod +x ./zfs-inplace-rebalancing.sh ``` Dependencies: -* `pacman -S bc` - used for percentage calculation +* `perl` - it should be available on most systems by default ## Usage