From 74ff9c22c80cdc37d76708769f83848ae799767d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ferrer=20Gonz=C3=A1lez?= Date: Thu, 22 May 2025 01:09:10 +0200 Subject: [PATCH] docs: correct composer install path --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13a688e..893f184 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ docker-compose up -d ## How to run PHP sample app -Install needed PHP dependencies +Install needed PHP dependencies from the repository root: ``` -cd app && composer install -``` +cd app/php && composer install +``` Execute the PHP sample application