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 cd04cb6..ea7e7f7 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,12 @@ If you want to run a single exercise:
golings run variables1
```
+In case you are stuck and need a hint:
+
+```sh
+golings hint variables1
+```
+
To list all exercise while checking your progress:
```sh