aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b84fca..4a88ddb 100644
--- a/README.md
+++ b/README.md
@@ -13,12 +13,18 @@ You may know [rustlings](https://github.com/rust-lang/rustlings), right? If you
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:
+There are two ways to install
+
+### go install
```sh
go install github.com/mauricioabreu/golings/golings@latest
```
+### Binaries
+
+Go to the [releases page](https://github.com/mauricioabreu/golings/releases) and choose the option that best fits your environment.
+
## Doing exercises
First, clone this repository