Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 491 Bytes

INSTALL.md

File metadata and controls

24 lines (14 loc) · 491 Bytes

Installation

Clone this repo

First use git to clone this repo to your local machine:

git clone https://github.com/hybridgroup/gophercon-2024.git
cd gophercon-2024

Install Go 1.22

If somehow you have not installed Go 1.22 on your computer already, you can download it here:

https://go.dev/dl/

Now you are ready to install TinyGo.

Install TinyGo

You will need to install TinyGo 0.31.2 in order to do today's activities.

https://tinygo.org/getting-started/install/