aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-18 20:31:42 -0300
committerMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-18 20:31:42 -0300
commitc8e9460fd1fbd2cac030f187a633be1f0b784ec8 (patch)
tree8279189700224626ae0aacc808c1618044c5f6e9
parentaa0c1a15f68ed6519dd491b8f241b4e004ba0414 (diff)
docs: explain the `next` argument of run command
-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