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
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,12 @@ rustup update nightly
rustup override set nightly
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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment