aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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 ea7e7f7..1d6efc8 100644
--- a/README.md
+++ b/README.md
@@ -36,3 +36,9 @@ To list all exercise while checking your progress:
```sh
golings list
```
+
+To compile and run all the exercises:
+
+```sh
+golings verify
+```