aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index a99c000..cd04cb6 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,14 @@
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.
+## Installing
+
+For now the only option avaible to install `golings` is using the `go install` command:
+
+```sh
+go install github.com/mauricioabreu/golings/golings@latest
+```
+
## Learning
All the exercises can be found in the directory `golings/exercises/<topic>`.