We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e27f09 + 7c3888b commit 66bf7edCopy full SHA for 66bf7ed
1 file changed
README.md
@@ -15,7 +15,11 @@ For links go to [https://github.com/RIOT-OS/Tutorials](https://github.com/RIOT-O
15
cd Tutorials
16
```
17
* Windows:
18
- * set `git config --global core.autocrlf input` before cloning
+ * set
19
+ ```Shell
20
+ git config --global core.autocrlf input
21
+ ```
22
+ before cloning
23
* clone the `Tutorials` and the `RIOT` submodule as follows:
24
```Shell
25
git clone https://github.com/RIOT-OS/Tutorials
0 commit comments