aboutsummaryrefslogtreecommitdiff
path: root/docs/en
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-08-10 09:36:54 +0200
committerGravatar GitHub <noreply@github.com> 2022-08-10 09:36:54 +0200
commite86c10e2f554ba60e95f745b3b062262b37c7188 (patch)
tree321c12bf9e253e9baec81df0d67f75df90a1dd8e /docs/en
parent82ac1d1e676f93b1567eba608c00c6edaf401a9e (diff)
Composer require php extensions (#4497)
#fix https://github.com/FreshRSS/FreshRSS/discussions/4494
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/developers/02_First_steps.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/developers/02_First_steps.md b/docs/en/developers/02_First_steps.md
index 929f92a57..bc6361167 100644
--- a/docs/en/developers/02_First_steps.md
+++ b/docs/en/developers/02_First_steps.md
@@ -104,7 +104,7 @@ yum install -y git make npm php-cli php-curl php-mbstring php-xml php-pdo unzip
### Alpine Linux
```sh
-apk add git make npm php-cli php-curl php-ctype php-dom php-mbstring php-openssl php-phar php-simplexml php-xml php-pdo php-tokenizer php-xmlwriter unzip wget
+apk add git make npm php-cli php-curl php-ctype php-dom php-mbstring php-openssl php-phar php-simplexml php-xml php-pdo php-tokenizer php-xmlreader php-xmlwriter unzip wget
```
### Partial fixes & tests