From 2d0358006213c60015eb256afb672675e19d8dff Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 2 Jun 2018 15:55:37 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0315f6..0341c25 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,6 @@ Thus when `f_vimrc` is installed, the command `vim +VundleClean! +VundleInstall +VundleInstall! +qall` will be executed. - Sometimes, you may even want to execute some action prior to deploying a dotfile. Let's take another example with [vim-plug](https://github.com/junegunn/vim-plug): @@ -332,6 +331,7 @@ actions: If you don't specify neither `post` nor `pre`, the action will be executed after the dotfile deployment (which is equivalent to `post`). +Actions cannot obviously be named `pre` or `post`. ## Use transformations