aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDustin Chilson <dustin.chilson@cavallo.com>2023-07-18 02:40:55 +0000
committerMauricio Antunes <mauricio.abreua@gmail.com>2023-07-18 07:53:17 -0300
commit581b545628082dc9cd1984f420290d1d85db2c65 (patch)
tree8f800d2c8094b75803430aace8ed87a396414ab3 /README.md
parent2f343adc42872fc6f75a23474de1fd3459fed7b3 (diff)
chore: Add a devcontainer file
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 012b0d5..dde74b9 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,13 @@ Go to the [releases page](https://github.com/mauricioabreu/golings/releases) and
It's pretty awesome and uses the playground so you can play with the exercises without installing anything.
+### DevContainer
+
+1. Install Docker/Podman & VSCode & Configure
+1. Clone the repository and open it in VSCode.
+1. You will be prompted to reopen the code in a devcontainer. The container is pre-configured with go and all of the tools needed to debug go code.
+1. Open a new embeded terminal and run `golings watch` to start the exercises.
+
## Doing exercises
All the exercises can be found in the directory `golings/exercises/<topic>`. For every topic there is an additional README file with some resources to get you started on the topic. We really recommend that you have a look at them before you start.