mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-24 06:48:11 +00:00
re-add instructions to clone workshop materials
This commit is contained in:
parent
c7a16d2555
commit
fcdfd56267
1 changed files with 13 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue