From 17442db357d449d318938c4549887466ffb06743 Mon Sep 17 00:00:00 2001 From: Samir Sabri Date: Wed, 26 Oct 2016 15:21:18 +0300 Subject: [PATCH] clarified where to run xdebugPhpFpm command As users might run the command `xdebugPhpFpm` in the php-fpm container rather than from outside. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 362e24dd..37b22760 100644 --- a/README.md +++ b/README.md @@ -952,7 +952,7 @@ For information on how to configure xDebug with your IDE and work it out, check By installing xDebug, you are enabling it to run on startup by default. -To controll the behavior of xDebug (in the `php-fpm` Container), you can run the following commands from the LaraDock root folder: +To controll the behavior of xDebug (in the `php-fpm` Container), you can run the following commands from the LaraDock root folder, (at the same prompt where you run docker-compose): - Stop xDebug from running by default: `./xdebugPhpFpm stop`. - Start xDebug by default: `./xdebugPhpFpm start`.