You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated readme to include a note about linux users (dunglas#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
with Xdebug v2.6.0, Copyright (c) 2002-2018, by Derick Rethans
97
97
```
98
98
99
+
### Editing Permissions on Linux
100
+
101
+
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.
102
+
99
103
## Credits
100
104
101
105
Created by [Kévin Dunglas](https://dunglas.fr) and sponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop).
0 commit comments