aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-15 19:40:53 -0300
committerMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-15 19:40:53 -0300
commitf382aeeb35d4523e6d55690ad5db9e98b99b1b6c (patch)
tree18a14ee8fd9c59af29f39dd2c8bae8aa2d846bc3 /README.md
parentd49c6272bafb505c401957e8e7cdbee482590afe (diff)
docs: tell to clone the repository
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 1912c6f..9b84fca 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,12 @@ go install github.com/mauricioabreu/golings/golings@latest
## Doing exercises
+First, clone this repository
+
+```sh
+git clone git@github.com:mauricioabreu/golings.git
+```
+
All the exercises can be found in the directory `golings/exercises/<topic>`.
If you want to run a single exercise: