diff options
author | Leif Åstrand <leif@vaadin.com> | 2014-07-22 14:24:44 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-07-23 08:14:33 +0000 |
commit | 4e9139fce2e0ce1ebc2b29b6842c940d90f7df31 (patch) | |
tree | b2e0f5c734c7bf07559b41fe957d71170b8e2c11 /README.md | |
parent | d3266dfad77b07a00d46fdd5f4ef017203768a21 (diff) | |
download | vaadin-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.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ========= |