diff options
author | Tobse <1190109+TobseF@users.noreply.github.com> | 2019-02-04 08:35:06 +0100 |
---|---|---|
committer | Anastasia Smirnova <anasmi@utu.fi> | 2019-02-04 09:35:06 +0200 |
commit | 18ce7e396540906649388179149abf59880d69ee (patch) | |
tree | 7f05e3897a2a81346e0da67d148a0cc123efd375 /README.md | |
parent | 32c9fbe64c7dd0a9360e6a6c4f2936ae35f6a4a9 (diff) | |
download | vaadin-framework-18ce7e396540906649388179149abf59880d69ee.tar.gz vaadin-framework-18ce7e396540906649388179149abf59880d69ee.zip |
Add git config hint to README to allow long paths in Windows (#11445)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ The distribution files can be built by running the standard Maven goal `mvn inst 1. Run <code>git clone https://github.com/vaadin/framework.git</code> command or clone the repository your favorite Git tool. -If using Windows, you might want to add these Git settings: `core.autocrlf=false` and `core.fileMode=false`. +If using Windows, you might want to add these Git settings: `core.autocrlf=false`, `core.fileMode=false` and `core.longpaths=true`. 1. Run <code>mvn install</code> in the project root. Note that the first compilation takes a while to finish as maven downloads dependencies used in the projects. 1. Start Eclipse with the workspace you would like to use. It is usually a good idea to use the parent folder of the Git repository as the workspace folder. |