From 80cf893d7e15e57c87fc00bb277e6f88f9c0ac99 Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Tue, 19 Jan 2021 16:04:39 +0100 Subject: [PATCH] link to workshop repo --- embedded-workshop-book/src/installation.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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