aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4af40fcb48..45421f3fbd 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,9 @@ Cloning the project repositories
The Vaadin repository can be cloned using
<pre><code>git clone https://github.com/vaadin/vaadin.git</code></pre>
-or using your favorite Git tool
+or using your favorite Git tool.
+
+If using Windows, you might want to add these Git settings: core.autocrlf=false and core.fileMode=false.
Setting up Eclipse to Develop Vaadin 7
=========