doc: update windows setup git clone instructions

Modern windows tools will properly handle windows or linux line endings
so remove the warning about windows tools.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-01-09 10:20:43 -08:00 committed by Anas Nashif
parent 64edbaf64c
commit 3e4e3bd96f
1 changed files with 1 additions and 3 deletions

View File

@ -70,9 +70,7 @@ environment for Windows. Follow the steps below to set it up:
into your home directory using Git. (Some Zephyr tools require
Unix-style line endings, so we'll configure Git for this repo to
not do the automatic Unix/Windows line ending conversion (using
``--config core.autocrlf=false``). Tools within the MSYS2 shell,
such as vim, will behave properly but Windows tools such as notepad
won't.)
``--config core.autocrlf=false``).
.. code-block:: console