Skip to content

Commit bb7d3e6

Browse files
author
Florian Tatzel
committed
Adds --config core.autocrlf=false to the Install Documentation to prevent wrong Line endings for Windows users
1 parent 22665ba commit bb7d3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```bash
88
# Clone git repository
9-
git clone --recursive https://github.com/mblaschke/vagrant-development.git devvm
9+
git clone --recursive --config core.autocrlf=false https://github.com/mblaschke/vagrant-development.git devvm
1010
cd devvm
1111

1212
# Customize the vm.yml with your favorite editor

0 commit comments

Comments
 (0)