mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-08 15:25:33 +00:00
link to workshop repo
This commit is contained in:
parent
aee967f94e
commit
80cf893d7e
1 changed files with 9 additions and 1 deletions
|
@ -155,7 +155,15 @@ Installed package `probe-run v0.1.8` (..)
|
|||
|
||||
### Workshop tools
|
||||
|
||||
The workshop git repository contains custom crates that help you with flashing and debugging the workshops. Depending on the workshop you're attending, you need to install all or some of them.
|
||||
The [workshop git repository](https://github.com/ferrous-systems/embedded-trainings-2020) contains custom crates that help you with flashing and debugging the workshops. Depending on the workshop you're attending, you need to install all or some of them.
|
||||
|
||||
In any case, clone and change into the repository first:
|
||||
|
||||
```console
|
||||
$ git clone https://github.com/ferrous-systems/embedded-trainings-2020.git
|
||||
$ cd embedded-trainings-2020
|
||||
```
|
||||
|
||||
|
||||
#### Beginner workshop
|
||||
|
||||
|
|
Loading…
Reference in a new issue