Skip to content
Snippets Groups Projects
Commit aa90ea7d authored by Raphael Nestler's avatar Raphael Nestler
Browse files

Explain that one needs to fetch the submodules in README

parent 70166d4e
Branches add-submodule-instruction-to-readme
No related tags found
No related merge requests found
Pipeline #3006 failed
...@@ -9,6 +9,12 @@ rustup update nightly ...@@ -9,6 +9,12 @@ rustup update nightly
rustup override set nightly rustup override set nightly
rustup target add thumbv7em-none-eabi rustup target add thumbv7em-none-eabi
``` ```
When cloning use `--recursive` to get the submodules, otherwise update them
afterwards:
```shell
git submodule update --init --recursive
```
Check out this repo's submodule (the C firmware). Check out this repo's submodule (the C firmware).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment