diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-11-15 19:55:27 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-11-15 19:55:27 +0100 |
commit | 698a6d274e1c909e4e7be56fa9d15296706464b5 (patch) | |
tree | aa4406343141363e0fb2a573596a93ffbf59483c /README.md | |
parent | 7741585fd4658428a8bd9e345604ab297fa281dd (diff) | |
download | wcms-698a6d274e1c909e4e7be56fa9d15296706464b5.tar.gz wcms-698a6d274e1c909e4e7be56fa9d15296706464b5.zip |
add php extensions as requirements
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |