aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-03-19 00:02:50 -0400
committerfrosty <gabriel@bwaaa.monster>2026-03-19 00:02:50 -0400
commitf262706ceaed75cbc1c6f75191869bbc6d91a558 (patch)
tree11ecd6e6f8bb7e5487e3934d34d75942a4c4cb68 /README.md
parent68cf2d4814cedfb8aebe2b048e0adf0cb46a18b3 (diff)
downloadomnisearch-f262706ceaed75cbc1c6f75191869bbc6d91a558.tar.gz
docs: added note on Alpine in the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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
```