diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-19 00:02:50 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-19 00:02:50 -0400 |
| commit | f262706ceaed75cbc1c6f75191869bbc6d91a558 (patch) | |
| tree | 11ecd6e6f8bb7e5487e3934d34d75942a4c4cb68 /README.md | |
| parent | 68cf2d4814cedfb8aebe2b048e0adf0cb46a18b3 (diff) | |
| download | omnisearch-f262706ceaed75cbc1c6f75191869bbc6d91a558.tar.gz | |
docs: added note on Alpine in the README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ``` |
