diff --git a/docs/howto/system-config-files.md b/docs/howto/system-config-files.md index 0290af1..6483e57 100644 --- a/docs/howto/system-config-files.md +++ b/docs/howto/system-config-files.md @@ -27,3 +27,8 @@ $ sudo dotdrop import --cfg=config-root.yaml $ sudo dotdrop install --cfg=config-root.yaml ... ``` + +When commiting the local and system wide changes git will complain about permission. To fix that run: +``` +$ sudo chown -R : +```