aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 631bc6b..14c495d 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,12 @@ git clone git@github.com:mauricioabreu/golings.git
All the exercises can be found in the directory `golings/exercises/<topic>`.
+To run the next pending exercise:
+
+```sh
+golings run next
+```
+
If you want to run a single exercise:
```sh