Skip to content

Commit 66bf7ed

Browse files
authored
Merge pull request #51 from RIOT-OS/OlegHahm-patch-1
Add linebreaks in README for c&p for Windows
2 parents 7e27f09 + 7c3888b commit 66bf7ed

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ For links go to [https://github.com/RIOT-OS/Tutorials](https://github.com/RIOT-O
1515
cd Tutorials
1616
```
1717
* Windows:
18-
* set `git config --global core.autocrlf input` before cloning
18+
* set
19+
```Shell
20+
git config --global core.autocrlf input
21+
```
22+
before cloning
1923
* clone the `Tutorials` and the `RIOT` submodule as follows:
2024
```Shell
2125
git clone https://github.com/RIOT-OS/Tutorials

0 commit comments

Comments
 (0)