Skip to content

Commit

Permalink
[docs] Add submodule initialization documentation (#235)
Browse files Browse the repository at this point in the history
Add submodule initialization documentation
  • Loading branch information
BenjaminPelletier authored Oct 10, 2023
1 parent b171492 commit f94cd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/uss_qualifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ When building a custom configuration file, consider starting from [`configuratio

This section provides a specific set of commands to execute uss_qualifier for demonstration purposes.

1. Check out this repository: `git clone https://github.com/interuss/monitoring`
1. Check out this repository, making sure to initialize submodules: `git clone --recurse-submodules https://github.com/interuss/monitoring`
2. Go to repository root: `cd monitoring`
3. Bring up a local UTM ecosystem (DSS + dummy auth): `make start-locally`
4. Bring up mock USSs: `make start-uss-mocks`
Expand Down

0 comments on commit f94cd07

Please sign in to comment.