docs: add step-by-step Go install instructions with link

This commit is contained in:
Ricardo Carneiro 2026-04-28 14:30:25 -03:00
parent 542315d1c8
commit 10f8ab530c

View File

@ -24,11 +24,18 @@ Ambas as sessões iniciadas com `/clear` — condições equivalentes.
## Instalação ## 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 ```sh
go install github.com/ricarneiro/ctx/cmd/ctx@latest go install github.com/ricarneiro/ctx/cmd/ctx@latest
``` ```
Requer Go 1.22+. **3. Verifique**
```sh
ctx --version
```
## Uso ## Uso
@ -104,11 +111,18 @@ Both sessions started with `/clear` — equivalent conditions.
## Installation ## Installation
**1. Install Go**
Download from https://go.dev/dl/ and run the installer. Requires Go 1.22+.
**2. Install ctx**
```sh ```sh
go install github.com/ricarneiro/ctx/cmd/ctx@latest go install github.com/ricarneiro/ctx/cmd/ctx@latest
``` ```
Requires Go 1.22+. **3. Verify**
```sh
ctx --version
```
## Usage ## Usage