From 1330dc46b4aa88ed2cfbe6a6c9c46d8c4cf887af Mon Sep 17 00:00:00 2001 From: Juan Galeas Date: Mon, 20 Oct 2025 14:22:28 -0700 Subject: [PATCH] Update README with libzip installation instructions for debian/ubuntu Added installation instructions for Debian/Ubuntu-based systems. for libzip4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf40edd..01136d4 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Referenced from: watt-next-wordpress/node Reason: tried: '/opt/homebrew/opt/libzip/lib/libzip.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/libzip/lib/libzip.5.dylib' (no such file), '/opt/homebrew/opt/libzip/lib/libzip.5.dylib' (no such file) ``` -be sure that such libraries are installed on your maching. For instance, on a Macbook, you can install it with `brew install libzip`. +be sure that such libraries are installed on your maching. For instance, on a Macbook, you can install it with `brew install libzip`. For Debian/Ubuntu-based systems: `sudo apt-get install libzip4` ## Production