From be35229fbfb87cc82c98dbdb61fa2b417bd21df4 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 21 Feb 2022 19:42:31 +0100 Subject: [PATCH] add env var --- docs/install.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 700d6a0..eaf973f 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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: