From 77b7cf9039138787d1da4b480842d1b0d7c0d382 Mon Sep 17 00:00:00 2001 From: MaurĂ­cio Antunes Date: Tue, 15 Nov 2022 23:10:09 -0300 Subject: docs: talk about installing using binaries --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3-70-g09d2