aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-11-15 19:55:27 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-11-15 19:55:27 +0100
commit698a6d274e1c909e4e7be56fa9d15296706464b5 (patch)
treeaa4406343141363e0fb2a573596a93ffbf59483c
parent7741585fd4658428a8bd9e345604ab297fa281dd (diff)
downloadwcms-698a6d274e1c909e4e7be56fa9d15296706464b5.tar.gz
wcms-698a6d274e1c909e4e7be56fa9d15296706464b5.zip
add php extensions as requirements
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a1464ad..9ab940f 100644
--- a/README.md
+++ b/README.md
@@ -53,12 +53,13 @@ If you want to contribute to the project.
## Prerequisites
- PHP >=5.6.0
+- PHP extensions : curl mbstring
- [Composer](https://getcomposer.org/)
- _Optionally_ [NPM](https://www.npmjs.com/get-npm)
### Debian and derivatives
- sudo apt install php composer nodejs
+ sudo apt install php php-curl php-mbstring composer nodejs
## Install from sources