update documentation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Vieille 2022-01-25 09:10:24 +01:00
commit 7c21c5388e

View file

@ -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.