From 10f8ab530c81f51ce8dd0d5fc36778bd6009585b Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Tue, 28 Apr 2026 14:30:25 -0300 Subject: [PATCH] docs: add step-by-step Go install instructions with link --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e7db5e..35358fe 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,18 @@ Ambas as sessões iniciadas com `/clear` — condições equivalentes. ## Instalação +**1. Instale o Go** +Baixe em https://go.dev/dl/ e siga o instalador. Requer Go 1.22+. + +**2. Instale o ctx** ```sh go install github.com/ricarneiro/ctx/cmd/ctx@latest ``` -Requer Go 1.22+. +**3. Verifique** +```sh +ctx --version +``` ## Uso @@ -104,11 +111,18 @@ Both sessions started with `/clear` — equivalent conditions. ## Installation +**1. Install Go** +Download from https://go.dev/dl/ and run the installer. Requires Go 1.22+. + +**2. Install ctx** ```sh go install github.com/ricarneiro/ctx/cmd/ctx@latest ``` -Requires Go 1.22+. +**3. Verify** +```sh +ctx --version +``` ## Usage