From 8632436724093c5c8196f9f7b94acd6628be234b Mon Sep 17 00:00:00 2001 From: Alberto Avon Date: Tue, 6 Nov 2018 17:31:09 +0100 Subject: [PATCH] Updated readme to include a note about linux users (#37) * Updated readme to include a note about linux users * Fixed typo and moved section before Credits * Updated section title * Use title case in the title --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a190584..5b7cb0b 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies with Xdebug v2.6.0, Copyright (c) 2002-2018, by Derick Rethans ``` +### Editing Permissions on Linux + +If you work on linux and cannot edit some of the project files right after the first installation, you can run `docker-compose run --rm app chown -R $(id -u):$(id -g) .` to set yourself as owner of the project files that were created by the docker container. + ## Credits Created by [Kévin Dunglas](https://dunglas.fr) and sponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop).