diff options
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 |