Skip to content

Release 0.2.3

Choose a tag to compare

@phldgmn phldgmn released this 20 Oct 06:39
· 18 commits to main since this release
2cf1194

What's Changed

Release 0.2.3 of Copima CLI Crawler

Downloads

Platform Architecture Download
Windows x64 copima-cli-windows.exe
macOS Intel (x64) copima-cli-macos-x64
macOS Apple Silicon (ARM64) copima-cli-macos-arm64

Installation

Windows

# Download and run
curl -L -o copima-cli.exe https://github.com/pdiegmann/copima-cli-crawler/releases/download/v0.2.3/copima-cli-windows.exe
./copima-cli.exe --help

macOS

# Intel Macs
curl -L -o copima-cli https://github.com/pdiegmann/copima-cli-crawler/releases/download/v0.2.3/copima-cli-macos-x64
chmod +x copima-cli
./copima-cli --help

# Apple Silicon Macs
curl -L -o copima-cli https://github.com/pdiegmann/copima-cli-crawler/releases/download/v0.2.3/copima-cli-macos-arm64
chmod +x copima-cli
./copima-cli --help

Verification

You can verify the integrity of the downloads using the checksums provided in the checksums.txt file.