From 7c21c5388e08462370cb39e843292535328e2285 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 25 Jan 2022 09:10:24 +0100 Subject: [PATCH] update documentation --- docs/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index d0d0e41..22d4be2 100644 --- a/docs/install.md +++ b/docs/install.md @@ -14,14 +14,14 @@ Depending of you environment, PHP and composer could be located in specific path Defines theme with environment vars: ``` -export PHP=/path/to/php -export COMPOSER=/path/to/composer +export PHP_BIN=/path/to/php +export COMPOSER_BIN=/path/to/composer ``` Create your project: ``` -composer create-project murph/murph-skeleton my_project -s dev +"$COMPOSER_BIN" create-project murph/murph-skeleton my_project -s dev ``` An error occured because of the unconfigured database.