From 1fc876cfea7eb2acc9bdb015dc3abcd6b4a6980e Mon Sep 17 00:00:00 2001 From: Susis Strolch Date: Sat, 14 Apr 2018 15:44:20 +0200 Subject: [PATCH] add missing & around value, add README --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 000000000..02c3e1924 --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +The scripts in this directory are so called GIT hooks. +Purpose is to do automatic changes after merge, commit and checkout. + +Those files are for a Linux-like environment with basic tools ln, grep, sed and bash. + +Windows users can see them as template. + +To use them simply copy those files into your ESPEasy/.git/hooks directory.