From f262706ceaed75cbc1c6f75191869bbc6d91a558 Mon Sep 17 00:00:00 2001 From: frosty Date: Thu, 19 Mar 2026 00:02:50 -0400 Subject: [PATCH] docs: added note on Alpine in the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 512922a..6711cca 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,9 @@ Depending on your system, you may first need to install libcurl and libxml2. ### Alpine ``` -# apk add libxml2-dev curl-dev +# apk add libxml2-dev curl-dev shadow ``` +On Alpine, `shadow` is needed for the user creation process during the install. ### Void ```