diff --git a/src/xdocs/beginning_development.xml b/src/xdocs/beginning_development.xml index 4a85050df..1c2cd3c64 100644 --- a/src/xdocs/beginning_development.xml +++ b/src/xdocs/beginning_development.xml @@ -31,6 +31,11 @@ 3. Checkout the current source code from: https://github.com/you_user_name/checkstyle/
by running +git clone git@github.com:you_user_name/checkstyle.git + + Attention for Windows users, command should be: + +git config --global core.autocrlf true git clone git@github.com:you_user_name/checkstyle.git