Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add note about setting git's autocrlf off.
  • Loading branch information
v-dev committed Sep 21, 2014
1 parent d485a7c commit 0639e82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ A simple Vagrant with Puppet Standalone configuration to fire up a Java developm
* git
* maven
* openjdk-7-jdk


** Note: If you're pulling this repo down to a Windows box, make sure to unset autocrlf first:
````
git config --global core.autocrlf false
````

If it's left to true, the `.bashrc` file will get garbled and your Linux shell and aliases won't work very well.

0 comments on commit 0639e82

Please sign in to comment.