summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2014-07-22 14:24:44 +0300
committerVaadin Code Review <review@vaadin.com>2014-07-23 08:14:33 +0000
commit4e9139fce2e0ce1ebc2b29b6842c940d90f7df31 (patch)
treeb2e0f5c734c7bf07559b41fe957d71170b8e2c11 /README.md
parentd3266dfad77b07a00d46fdd5f4ef017203768a21 (diff)
downloadvaadin-framework-4e9139fce2e0ce1ebc2b29b6842c940d90f7df31.tar.gz
vaadin-framework-4e9139fce2e0ce1ebc2b29b6842c940d90f7df31.zip
Update readme to mention Git settings for Windows users.
Change-Id: Ie67372d1ea77ad025fe3cb42cfe7a6ecc94ee3df
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
=========