Skip to content

Commit

Permalink
Remove autocrlf from git clone command, superceeded by .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
usedhondacivic committed Sep 20, 2024
1 parent 8779d56 commit f4bdeb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions software_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,19 @@ Start a new terminal (Terminal -> New Terminal) and run the following command to
#### **Hardware Beta Testers**

```bash
git clone --recurse-submodules --config core.autocrlf=input git@github.com:empriselab/lrr-fa24-beta.git
git clone --recurse-submodules git@github.com:empriselab/lrr-fa24-beta.git
```

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

```bash
git clone --recurse-submodules --config core.autocrlf=input git@github.com:little-red-rover/lrr-template-project.git
git clone --recurse-submodules git@github.com:little-red-rover/lrr-template-project.git
```

#### **ROS1: Noetic**

```bash
git clone --recurse-submodules --config core.autocrlf=input git@github.com:little-red-rover/lrr-template-project.git && cd lrr-template-project && checkout noetic
git clone --recurse-submodules git@github.com:little-red-rover/lrr-template-project.git && cd lrr-template-project && checkout noetic
```

<!-- tabs:end -->
Expand Down

0 comments on commit f4bdeb8

Please sign in to comment.