Skip to content

Commit ebf86e9

Browse files
Update clone command
1 parent ac2c48f commit ebf86e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

software_installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,19 @@ Start a new terminal (Terminal -> New Terminal) and run the following command to
7878
#### **Hardware Beta Testers**
7979

8080
```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
8282
```
8383

8484
#### **ROS2: Humble (Recommended)**
8585

8686
```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
8888
```
8989

9090
#### **ROS1: Noetic**
9191

9292
```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
9494
```
9595

9696
<!-- tabs:end -->

0 commit comments

Comments
 (0)