docs: added note on Alpine in the README
This commit is contained in:
parent
68cf2d4814
commit
f262706cea
1 changed files with 2 additions and 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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue