helper files update

This commit is contained in:
2021-12-23 14:16:05 +01:00
parent c7425f9da6
commit 4aadc1807e
6 changed files with 10 additions and 8 deletions

View File

@ -7,7 +7,7 @@ git submodule init
git submodule update
```
# Using the `.cargo/config.toml` file
## Using the `.cargo/config.toml` file
Use the following command to have a starting `config.toml` file
@ -15,4 +15,5 @@ Use the following command to have a starting `config.toml` file
cp .cargo/def-config.toml .cargo/config.toml
```
You then can adapt the `config.toml` to your needs
You then can adapt the `config.toml` to your needs. For example, you can configure runners
to conveniently flash with `cargo run`.