File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,19 +78,19 @@ Start a new terminal (Terminal -> New Terminal) and run the following command to
78
78
#### ** Hardware Beta Testers**
79
79
80
80
``` bash
81
- git clone --recurse-submodules https://github.com/empriselab/lrr-fa24-beta.git
81
+ git clone --recurse-submodules --config core.autocrlf=input https://github.com/empriselab/lrr-fa24-beta.git
82
82
```
83
83
84
84
#### ** ROS2: Humble (Recommended)**
85
85
86
86
``` bash
87
- git clone --recurse-submodules https://github.com/little-red-rover/lrr-template-project
87
+ git clone --recurse-submodules --config core.autocrlf=input https://github.com/little-red-rover/lrr-template-project
88
88
```
89
89
90
90
#### ** ROS1: Noetic**
91
91
92
92
``` bash
93
- git clone --recurse-submodules https://github.com/little-red-rover/lrr-template-project && checkout noetic
93
+ git clone --recurse-submodules --config core.autocrlf=input https://github.com/little-red-rover/lrr-template-project && checkout noetic
94
94
```
95
95
96
96
<!-- tabs:end -->
You can’t perform that action at this time.
0 commit comments