Skip to content

Commit 413e3c4

Browse files
committed
Merge pull request #31 from PanadeEdu/develop
Adds --config core.autocrlf=false
2 parents 22665ba + bb7d3e6 commit 413e3c4

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)