aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/README.md b/README.md
index 793b4ae..a99c000 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,23 @@
![gopher](misc/gopher-dance.gif)
-rustlings but for golang this time
+> rustlings but for golang this time
+
+You may know [rustlings](https://github.com/rust-lang/rustlings), right? If you don't, please go ahead and check out.
+`rustlings` is awesome. It is a CLI app designed to teach the awesome Rust programming language through exercises.
+
+## Learning
+
+All the exercises can be found in the directory `golings/exercises/<topic>`.
+
+If you want to run a single exercise:
+
+```sh
+golings run variables1
+```
+
+To list all exercise while checking your progress:
+
+```sh
+golings list
+```