Skip to content

Commit

Permalink
Correct instructions for submodule initialization (#362)
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 <dthaler@microsoft.com>
  • Loading branch information
dthaler authored Oct 18, 2023
1 parent d1c5001 commit 8e3b87c
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 8e3b87c

Please sign in to comment.