diff --git a/doc/getting_started/installation_win.rst b/doc/getting_started/installation_win.rst index 19cf5f1d8cfc32..a20952aedf38e7 100644 --- a/doc/getting_started/installation_win.rst +++ b/doc/getting_started/installation_win.rst @@ -72,7 +72,7 @@ environment for Windows. Follow the steps below to set it up: .. code-block:: console $ cd ~ - $ git clone https://github.com/zephyrproject-rtos/zephyr.git + $ git clone --config core.autocrlf=false https://github.com/zephyrproject-rtos/zephyr.git #. Install pip and the required Python modules::