From 3e4e3bd96f80490570afbd2242809ee2ad8a7266 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 9 Jan 2018 10:20:43 -0800 Subject: [PATCH] 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 --- doc/getting_started/installation_win.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/getting_started/installation_win.rst b/doc/getting_started/installation_win.rst index 9859e39ef82..27c3e402909 100644 --- a/doc/getting_started/installation_win.rst +++ b/doc/getting_started/installation_win.rst @@ -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