Skip to content

Releases: keepmind9/clibot

Clibot 0.1.8

26 May 06:39

Choose a tag to compare

Clibot 0.1.8

Quick Install

Linux / macOS:
```bash
curl -sL https://raw.githubusercontent.com/keepmind9/clibot/main/scripts/install.sh | bash
```

Windows (PowerShell):
```powershell
irm https://raw.githubusercontent.com/keepmind9/clibot/main/scripts/install.ps1 | iex
```

Self-update (already installed):
```bash
clibot update
```

Verify Checksum

Linux/macOS:
```bash
sha256sum -c checksums-sha256.txt
```

Windows (PowerShell):
```powershell
Get-FileHash clibot.exe -Algorithm SHA256
```


Full Changelog: https://github.com/keepmind9/clibot/compare/v0.1.8

Clibot 0.1.7

15 May 12:02

Choose a tag to compare

Clibot 0.1.7

Quick Install

Linux / macOS:
```bash
curl -sL https://raw.githubusercontent.com/keepmind9/clibot/main/scripts/install.sh | bash
```

Windows (PowerShell):
```powershell
irm https://raw.githubusercontent.com/keepmind9/clibot/main/scripts/install.ps1 | iex
```

Self-update (already installed):
```bash
clibot update
```

Verify Checksum

Linux/macOS:
```bash
sha256sum -c checksums-sha256.txt
```

Windows (PowerShell):
```powershell
Get-FileHash clibot.exe -Algorithm SHA256
```


Full Changelog: https://github.com/keepmind9/clibot/compare/v0.1.7