From fcdfd562670337e38a9352711e74ec5d23ca7ba6 Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Tue, 26 Jan 2021 11:39:48 +0100 Subject: [PATCH] re-add instructions to clone workshop materials --- embedded-workshop-book/src/installation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/embedded-workshop-book/src/installation.md b/embedded-workshop-book/src/installation.md index acbd212..04b679f 100644 --- a/embedded-workshop-book/src/installation.md +++ b/embedded-workshop-book/src/installation.md @@ -1,5 +1,18 @@ # Installation Instructions +## Workshop Materials + +Clone and change into the [workshop git repository](https://github.com/ferrous-systems/embedded-trainings-2020): + +```console +$ git clone https://github.com/ferrous-systems/embedded-trainings-2020.git +$ cd embedded-trainings-2020 +``` + +The workshop repository contains all workshop materials, i.e. code snippets, custom tools and the source for this handbook. + +All programming will take place in its `beginner/` and `advanced/` subfolders. + ## VS Code **Windows**: Go to [https://code.visualstudio.com](https://code.visualstudio.com) and run the installer.