Skip to content

Commit

Permalink
Merge pull request #11 from KIT-MRT/remove_note_about_submodules
Browse files Browse the repository at this point in the history
Remove note about submodules
  • Loading branch information
ll-nick authored May 27, 2024
2 parents 7f2046a + 55fcc0c commit ff790a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ Arbitration graphs combine simple atomic behavior blocks to more complex behavio

## Installation

First, clone this repository, including its submodules:
First, clone this repository:

```bash
git clone https://github.com/KIT-MRT/arbitration_graphs.git
cd arbitration_graphs
git submodule update --init --recursive
```


Expand Down Expand Up @@ -85,3 +84,4 @@ Run all unit tests:
```bash
find -executable -type f -name '*-gtest-*' -exec {} \;
```

0 comments on commit ff790a4

Please sign in to comment.