aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-12 19:27:34 -0300
committerMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-12 19:27:34 -0300
commitcdaf0bfc3e6ddf22d319ade4ace83444b1a7d50e (patch)
treed2a9250f71227726574331f9bd194891e10cd84b /README.md
parent045c3a0011142960ab19561721fd25f05baf4b82 (diff)
docs: improve README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 90eca6c..cbd2e98 100644
--- a/README.md
+++ b/README.md
@@ -7,15 +7,19 @@
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.
+`golings` has the very same idea, but for the [Go programming language](https://go.dev/)
+
## Installing
-For now the only option avaible to install `golings` is using the `go install` command:
+First, you need to have `go` installed. You can install it by visiting the [Go downloads page](https://go.dev/dl/)
+
+For now the only way to install `golings` is using the `go install` command:
```sh
go install github.com/mauricioabreu/golings/golings@latest
```
-## Learning
+## Doing exercises
All the exercises can be found in the directory `golings/exercises/<topic>`.