diff --git a/embedded-workshop-book/src/installation.md b/embedded-workshop-book/src/installation.md index b1d036e..e8dae1c 100644 --- a/embedded-workshop-book/src/installation.md +++ b/embedded-workshop-book/src/installation.md @@ -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