aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-10-31 15:12:47 -0300
committerMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-10-31 15:12:47 -0300
commit1563ab94ec01a0969af7c9bb38a1cd785cdb4c8f (patch)
tree7516d1b13fff82275d6dcdc23ea75f1b0fe4eb5f /README.md
parent3a53db83abbbfbb418ff43c6e26a1d9b5ae5f44e (diff)
docs: add installations instructions
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>`.