aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2023-04-23 22:27:40 -0300
committerMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2023-04-23 22:27:40 -0300
commit2b0b2f397af1e320ed61313e93a11f2febda0662 (patch)
tree14d756cfcdac9e28860f38feeb61443e37dee10f /README.md
parentd8bc5144984f369aea9f97fa1305e4e9eca756c4 (diff)
docs: add site
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 20013da..5b92db2 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,12 @@ go install github.com/mauricioabreu/golings/golings@latest
Go to the [releases page](https://github.com/mauricioabreu/golings/releases) and choose the option that best fits your environment.
+### Web version (playground)
+
+@Grubba27 worked hard to create a web version: https://golings.vercel.app/
+
+It's pretty awesome and uses the playground so you can play with the exercises without installing anything.
+
## 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.