add env var
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Vieille 2022-02-21 19:42:31 +01:00
parent 486639f926
commit be35229fbf

View file

@ -14,8 +14,10 @@ Depending of you environment, PHP and composer could be located in specific path
Defines theme with environment vars:
```
export PHP_BIN=/path/to/php
export COMPOSER_BIN=/path/to/composer
export PHP_BIN=/usr/bin/php
export COMPOSER_BIN=/usr/bin/composer
export NPM_BIN=/usr/bin/npm
export YARN_BIN=/usr/bin/yarn
```
Create your project: