minor: extending documentation of how to clone for Windows users

This commit is contained in:
Roman Ivanov 2016-09-29 11:49:20 -07:00
parent 4691d52517
commit b85f6f19ff
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@
3. Checkout the current source code from: https://github.com/you_user_name/checkstyle/<br/>
by running
<source>
git clone git@github.com:you_user_name/checkstyle.git
</source>
Attention for Windows users, command should be:
<source>
git config --global core.autocrlf true
git clone git@github.com:you_user_name/checkstyle.git
</source>
</p>