Skip to content

Commit

Permalink
Correct instructions for submodule initialization
Browse files Browse the repository at this point in the history
This PR updates the PR with the correct command to initialize
submodules recursively.

Fixes #361

Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler committed Oct 18, 2023
1 parent d1c5001 commit 5bc5c02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ Before following any of the instructions below for [building](#building-with-cma
sure to properly check out the source code which requires properly initializing submodules:

```
git submodule init
git submodule update --recursive
git submodule update --init --recursive
```

## Building with CMake
Expand Down

0 comments on commit 5bc5c02

Please sign in to comment.