From bb7d3e6206c49fa477e780932abdb5ef1bdb07a8 Mon Sep 17 00:00:00 2001 From: Florian Tatzel Date: Sun, 7 Jun 2015 17:37:01 +0000 Subject: [PATCH] Adds --config core.autocrlf=false to the Install Documentation to prevent wrong Line endings for Windows users --- documentation/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/INSTALL.md b/documentation/INSTALL.md index 5d76d0d..82a816d 100644 --- a/documentation/INSTALL.md +++ b/documentation/INSTALL.md @@ -6,7 +6,7 @@ ```bash # Clone git repository -git clone --recursive https://github.com/mblaschke/vagrant-development.git devvm +git clone --recursive --config core.autocrlf=false https://github.com/mblaschke/vagrant-development.git devvm cd devvm # Customize the vm.yml with your favorite editor