From 841c07fd879a7986892d557ae73d543fa19bf8bb Mon Sep 17 00:00:00 2001 From: Lectrician1 Date: Wed, 16 Nov 2022 15:34:11 +0000 Subject: Tell Windows users not to add user and group ID to .env DEVELOPERS.md states that the user should run a command to add their user and group id to the .env file when setting up a Docker environment. The command does not work or is required in Windows. Change-Id: I4ff8806fcccd925ff7a3945ac605bb5c854dbbee --- DEVELOPERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DEVELOPERS.md') diff --git a/DEVELOPERS.md b/DEVELOPERS.md index fb59cff4f64e..bfc30410f4d8 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -57,7 +57,7 @@ XDEBUG_ENABLE=true XHPROF_ENABLE=true ``` -Next, run the following command to add your user ID and group ID to your `.env` file: +Non-Windows users: Next, run the following command to add your user ID and group ID to your `.env` file: ```sh echo "MW_DOCKER_UID=$(id -u) -- cgit v1.2.3