aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-15 23:10:09 -0300
committerMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-15 23:10:09 -0300
commit77b7cf9039138787d1da4b480842d1b0d7c0d382 (patch)
tree868ecb44b61ca835fd1694141f47b13665fcfdc3 /README.md
parentdc9171977e99df17138662cf5726c42f5ace56ba (diff)
docs: talk about installing using binaries
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