minor: extending documentation of how to clone for Windows users
This commit is contained in:
parent
4691d52517
commit
b85f6f19ff
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue