| Index: README.md |
| diff --git a/README.md b/README.md |
| index 0eba78999ddf74883f9d9764ff820f8968f39870..60a54abc87602b63c977dfe22d03c04d5bc0edad 100644 |
| --- a/README.md |
| +++ b/README.md |
| @@ -44,6 +44,11 @@ mirror our production environment. |
| The most convenient way to do this is to use Vagrant, as described |
| below. |
| +Git users on Windows may experience issues caused by automatic line ending |
| +conversion if the git option `core.autocrlf` is set to `true`. It is therefor |
|
mathias
2015/08/10 11:53:55
Typo? "therefore" =~ "daher/deswegen", while "ther
|
| +recommended to set this option to `false` or `input`, e.g. by running |
| +`git config --global core.autocrlf false`. |
| + |
| ### Requirements |
| * [VirtualBox](https://www.virtualbox.org/) |