From a46a0b263640656a7cbd17664d5c4041246d3a34 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Wed, 13 Mar 2019 15:38:31 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea2b339..e543d2d 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ You may want to add a file named `post-merge` in `~/.cfg/hooks` with contains so exec ~/.init_config.sh ``` +And then `chmod +x ~/.cfg/hooks/post-merge`. When you pull, changes are applied automagically. Note this is a quick and quite dirty solution.