From a045b18451fa7270ce640df59b4d9dbb23fe58ba Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 1 Jul 2021 22:10:45 +0200 Subject: [PATCH] update doc --- docs/config-details.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/config-details.md b/docs/config-details.md index f05a619..efe2cea 100644 --- a/docs/config-details.md +++ b/docs/config-details.md @@ -30,8 +30,10 @@ Four types of actions can be defined: It is sometimes useful to execute some kind of action when deploying a dotfile. -Note that dotfile actions are only -executed when the dotfile is installed. +Note that a dotfile's actions are only +executed when the dotfile is installed (that is when +the version present in dotdrop differs from the one +in the filesystem). For example let's consider [Vundle](https://github.com/VundleVim/Vundle.vim) is used