Index: README.md |
=================================================================== |
--- a/README.md |
+++ b/README.md |
@@ -44,6 +44,11 @@ |
The most convenient way to do this is to use Vagrant, as described |
below. |
+Hint for Windows users: One should set the git option `core.autocrlf` to |
+`false` or `input`, e.g. by running `git config --global core.autocrlf false`, |
+otherwise there might occur a few strange problems because of line endings |
+automatically converted to Windows's CR+LF style by git. |
+ |
### Requirements |
* [VirtualBox](https://www.virtualbox.org/) |