Skip to content

Commit

Permalink
doc: win: Specify autocrlf=false when cloning
Browse files Browse the repository at this point in the history
Certain parts of Zephyr require Unix-style line-endings. To make sure
the line endings are not converted to Windows-style line-endings we
explicitly specify core.autocrlf=false when cloning.

This fixes zephyrproject-rtos#5557

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
  • Loading branch information
SebastianBoe authored and Anas Nashif committed Jan 8, 2018
1 parent cedfa9b commit 4694ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/getting_started/installation_win.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 4694ffe

Please sign in to comment.